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

7 lines
77 B
Kotlin
Vendored

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