blob: e0d1401d9748e7ea28dca4960c588b19c9623c00 [file]
warning: language version 2.0 is deprecated and its support will be removed in a future version of Kotlin
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