Files
kotlin-fork/compiler/testData/psi/script/OneLiner.kts
T
Ilya Chernikov 7bb9f97b11 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.
2019-12-02 16:46:54 +01:00

2 lines
26 B
Kotlin
Vendored