Files
kotlin-fork/compiler/testData/cli/js/languageVersion.out
T

6 lines
350 B
Plaintext
Vendored

warning: language version 1.3 is deprecated and its support will be removed in a future version of Kotlin
compiler/testData/cli/js/languageVersion.kt:6:21: error: 'break' and 'continue' are not allowed in 'when' statements. Consider using labels to continue/break from the outer loop
true -> break
^
COMPILATION_ERROR