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

8 lines
151 B
Kotlin
Vendored

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