36ebbc49f4
#KT-34744
7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
// MOVE: down
|
|
fun test(
|
|
a: Int,
|
|
<caret>b: Int, c: Int,
|
|
d: Int,
|
|
) {
|
|
} |