7bb9f97b11
This fix allows to write one-liner scripts like "val x = 3; println(x)", which were previously rejected by the parser.
2 lines
26 B
Kotlin
Vendored
2 lines
26 B
Kotlin
Vendored
val x = 6; println(x * 7)
|