Allow to separate top-level script declarations and statements with semicolon
This fix allows to write one-liner scripts like "val x = 3; println(x)", which were previously rejected by the parser.
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
val x = 6; println(x * 7)
|
||||
Reference in New Issue
Block a user