Rearrange a bit.

This commit is contained in:
Bob Nystrom
2015-03-23 06:48:08 -07:00
parent 0484accb2d
commit 89ebffb582
4 changed files with 17 additions and 22 deletions
@@ -0,0 +1,3 @@
import "something" for Index
IO.print(Index) // expect: index
-3
View File
@@ -1,3 +0,0 @@
import "module_package" for Index
IO.print(Index) // expect: index