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

4 lines
52 B
Kotlin
Vendored

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