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

6 lines
60 B
Kotlin

// MOVE: up
fun foo() {
val x = ""
<caret>// test
}