blob: b2bb896de9eec555e7ba219c6b7a21c703f13515 [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.1.
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