Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/funParams8.kt
T
2019-07-18 18:44:40 +09:00

7 lines
89 B
Kotlin
Vendored

// MOVE: up
fun test(
a: Int,
d: Int,
<caret>b: Int, c: Int
) {
}