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