blob: 5683db629b18acb86f458e93c1c821f8d259022b [file]
warning: language version 1.9 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