Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/semicolon2.kt
T
2019-09-16 16:26:02 +03:00

5 lines
67 B
Kotlin
Vendored

// MOVE: down
fun x() {
<caret>println("b");
println("a")
}