Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/functionAnchors/valueArgs1.kt.after
T
2013-06-05 15:51:27 +04:00

7 lines
151 B
Plaintext

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