Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
trailingComma
/
funParams7.kt
blob: 821d7424a9299063dcfd93783a92502139b68515 [
file
]
// MOVE: down
fun test
(
a
:
Int
,
<caret>
b
:
Int
,
c
:
Int
,
d
:
Int
,
)
{
}