Files
kotlin-fork/compiler/testData/cli/jvm/firSyntaxError.out
T

6 lines
258 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