github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/foobar/foo.go (about) 1 package foobar 2 3 // OtherBool ... 4 func OtherBool() bool { 5 ok := getBool() 6 return ok 7 }