Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/trailingComma/funParams8.kt
T
2020-02-25 17:13:43 +07:00

7 lines
89 B
Kotlin
Vendored

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