Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/callArgs2.kt
T
2015-01-30 21:16:27 +03:00

8 lines
153 B
Kotlin
Vendored

// MOVE: down
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
val x = foo(
b,
<caret>a,
c
)