mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
648563c3e2
Compiler and VM update
8 lines
65 B
Go
8 lines
65 B
Go
package bar
|
|
|
|
type Bar struct {
|
|
X int
|
|
Y int
|
|
Z string
|
|
B bool
|
|
}
|