Files
kotlin-fork/idea/testData/expressionSelection/labelledStatement.kt
T
2015-04-29 14:03:11 +03:00

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 */