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

4 lines
48 B
Plaintext
Vendored

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