8 lines
129 B
Kotlin
Vendored
8 lines
129 B
Kotlin
Vendored
fun test() {
|
|
|
|
outer@while(true) {
|
|
inner@while(false) {
|
|
val x = <expr>break@outer</expr>
|
|
}
|
|
}
|
|
} |