Files
kotlin-fork/idea/testData/codeInsight/moveLeftRight/callArgs5.kt.after
T

4 lines
52 B
Plaintext
Vendored

// MOVE: right
fun foo() {
bar(1, 3, <caret>2)
}