lang: funcs: core: Allow nested system imports
We were passing the wrong module name for system imports. This is now fixed, includes an example, and some tests!
This commit is contained in:
5
lang/interpret_test/TestAstFunc2/nested-import0/main.mcl
Normal file
5
lang/interpret_test/TestAstFunc2/nested-import0/main.mcl
Normal file
@@ -0,0 +1,5 @@
|
||||
import "example/nested"
|
||||
|
||||
$x = nested.hello()
|
||||
|
||||
test $x {}
|
||||
Reference in New Issue
Block a user