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

4 lines
44 B
Plaintext
Vendored

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