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

6 lines
62 B
Kotlin

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