Files
kotlin/idea/testData/codeInsight/moveLeftRight/annotationParams.kt

4 lines
44 B
Kotlin
Vendored

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