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