neo-go/pkg/compiler/testdata/foo
Evgenii Stratonikov a781d299e0 compiler: use fully-qualified names for tracking functions
Function name now consists of 3 parts:
1) full package path
2) method receiver type (if any)
3) function name itself .

Fix #1150.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-31 12:07:06 +03:00
..
foo.go compiler: use fully-qualified names for tracking functions 2020-07-31 12:07:06 +03:00