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

7 lines
92 B
Kotlin
Vendored

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