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

6 lines
77 B
Plaintext
Vendored

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