blob: 4414801d4cf12d34074fe39110366534c134d792 [file] [log] [blame]
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