d27adf6677
^KT-53629: Fixed
11 lines
158 B
Kotlin
Vendored
11 lines
158 B
Kotlin
Vendored
// K2: See KT-65342
|
|
|
|
fun test() {
|
|
a@ b@ while(true) {
|
|
val f = {
|
|
<!NOT_A_FUNCTION_LABEL!>return@a<!>
|
|
}
|
|
break@b
|
|
}
|
|
}
|