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

6 lines
77 B
Kotlin
Vendored

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