neo-go/pkg/compiler/testdata/importcycle/pkg2
Roman Khimov eade327b9b compiler: check for pkg nilness, fix #3202
Unfortunately, when import cycle happens somewhere deep in the import chain we
dont't get an error from packages.Load(). But it leaves some imports
uninitialized, so at least we can check for them.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-11-21 21:47:51 +03:00
..
pkg2.go compiler: check for pkg nilness, fix #3202 2023-11-21 21:47:51 +03:00