Files
kotlin-fork/idea/testData/completion/keywords/NoBreak2.kt
T
2014-12-29 17:27:30 +03:00

13 lines
167 B
Kotlin

fun foo() {
@myFor
for (i in 1..10) {
while (x()) {
"abc".filter {
br<caret>
}
}
}
}
// NUMBER: 0