mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 01:41:48 +00:00
compiler: allow to use exported variables
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
b8d7e93459
commit
6df019913d
5 changed files with 124 additions and 23 deletions
4
pkg/compiler/testdata/strange/normal.go
vendored
Normal file
4
pkg/compiler/testdata/strange/normal.go
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
package normal
|
||||
|
||||
// NormalVar is pretty normal, nothing special.
|
||||
var NormalVar = 7
|
Loading…
Add table
Add a link
Reference in a new issue