blob: f69e25b7a77bc5e8e4dc2471894be4c4fc4bb0a4 [file]
warning: language version 2.0 is deprecated and its support will be removed in a future version of Kotlin. Update the version to 2.2.
compiler/testData/cli/jvm/languageVersion/languageVersion.kt:6:16: error: the feature "break continue in inline lambdas" is only available since language version 2.2
break
^^^^^
COMPILATION_ERROR