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

4 lines
47 B
Plaintext
Vendored

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