mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-14 23:58:03 +01:00
Allow zero or multiple imported names.
This commit is contained in:
2
test/module/no_variable/module.wren
Normal file
2
test/module/no_variable/module.wren
Normal file
@ -0,0 +1,2 @@
|
||||
// nontest
|
||||
IO.print("ran module")
|
||||
2
test/module/no_variable/no_variable.wren
Normal file
2
test/module/no_variable/no_variable.wren
Normal file
@ -0,0 +1,2 @@
|
||||
import "module"
|
||||
// expect: ran module
|
||||
Reference in New Issue
Block a user