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