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

4 lines
49 B
Plaintext
Vendored

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