Allow zero or multiple imported names.

This commit is contained in:
Bob Nystrom
2015-02-17 07:32:33 -08:00
parent 31304ac2bb
commit b2ca4c0381
11 changed files with 44 additions and 30 deletions
+2
View File
@@ -0,0 +1,2 @@
// nontest
IO.print("ran module")
+2
View File
@@ -0,0 +1,2 @@
import "module"
// expect: ran module