Split out the core and main modules.
- Implicitly import everything in core into every imported module. - Test cyclic imports.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// nontest
|
||||
IO.print("start b")
|
||||
|
||||
var B = "b value"
|
||||
IO.print("b defined ", B)
|
||||
var A = "a".import_("A")
|
||||
IO.print("b imported ", A)
|
||||
|
||||
IO.print("end b")
|
||||
Reference in New Issue
Block a user