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

8 lines
153 B
Plaintext

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