Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/insideExpression1.kt
T
2014-05-16 17:09:50 +04:00

8 lines
114 B
Kotlin
Vendored

// MOVE: up
fun foo() {
fun bar1() {}
val x = 1 +
<caret>2 +
3
fun bar2() {}
}