We were passing the wrong module name for system imports. This is now fixed, includes an example, and some tests!
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
import "example/nested" as foo
|
|
|
|
$x = foo.hello()
|
|
|
|
test $x {}
|