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

6 lines
77 B
Kotlin
Vendored

// MOVE: left
class A {
fun foo(b: Int, <caret>a: Int, c: Int) {
}
}