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

8 lines
162 B
Kotlin
Vendored

fun f() {
loop@ while (true) {
break@lo<caret>op
}
}
// KT-4515: Extract variable can attempt to extract a label from a labelled statement.
/* */