Files
kotlin-fork/compiler/testData/cli/jvm/firSyntaxError.out
T
2023-02-16 10:21:04 +00:00

6 lines
257 B
Plaintext
Vendored

warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
compiler/testData/cli/jvm/firSyntaxError.kt:1:10: error: syntax error: Expecting '}'
fun a() {
^
COMPILATION_ERROR