Eliminate semicolons entirely.
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
var a = "ok"; IO.print(a) // expect: ok
|
||||
// Semicolons are not valid separators.
|
||||
var a = "ok"; IO.print(a) // expect error
|
||||
|
||||
Reference in New Issue
Block a user