Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
trailingComma
/
classParams7.kt.after
blob: ebe563a3ef17a512f3f7e039af3cc7c52b04d727 [
file
] [
log
] [
blame
]
// MOVE: down
class
A
(
a
:
Int
,
d
:
Int
,
<caret>
b
:
Int
,
c
:
Int
,
)