github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/bar/bar.go (about)

     1  package bar
     2  
     3  // Bar is something used for testing purposes (TODO: move somewhere?)
     4  type Bar struct {
     5  	X int
     6  	Y int
     7  	Z string
     8  	B bool
     9  }