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:
James Shubin
2019-05-20 08:49:16 -04:00
parent 12582e963d
commit e4eb3c23a2
9 changed files with 77 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import "example/nested"
$x = nested.hello()
test $x {}