6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
fun bar() {
|
|
@l while (true) {
|
|
break@l
|
|
}
|
|
}
|