Ignore newlines in imports.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// nontest
|
||||
System.print("ran module")
|
||||
|
||||
var A = "a"
|
||||
var B = "b"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
// nontest
|
||||
System.print("ran module")
|
||||
|
||||
var A = "a"
|
||||
var B = "b"
|
||||