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

9 lines
108 B
Kotlin

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