8 lines
189 B
Kotlin
Vendored
8 lines
189 B
Kotlin
Vendored
fun f() {
|
|
loop@ while (true) {
|
|
break@lo<selection>o</selection>p
|
|
}
|
|
}
|
|
// KT-4515: Extract variable can attempt to extract a label from a labelled statement.
|
|
/* break@loop */
|