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

4 lines
57 B
Kotlin
Vendored

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