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

8 lines
124 B
Kotlin
Vendored

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