Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
trailingComma
/
funParams8.kt.after
blob: 2101c67e881064971c7e97074a4ae449fd46ef06 [
file
] [
log
] [
blame
]
// MOVE: up
fun test
(
a
:
Int
,
<caret>
b
:
Int
,
c
:
Int
,
d
:
Int
,
)
{
}