Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/insideExpression4.kt
T
Alexey Sedunov e13abf2444 KT-4274 #Fixed
2013-12-17 01:41:19 +04:00

8 lines
102 B
Kotlin
Vendored

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