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

7 lines
101 B
Kotlin
Vendored

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