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