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

8 lines
99 B
Kotlin
Vendored

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