Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/closingBraces/while/while1.kt.after
T
2013-06-05 15:50:47 +04:00

7 lines
81 B
Plaintext

// MOVE: down
fun(n: Int) {
while (true) {
val x = ""
}<caret>
}