Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
trailingComma
/
funParams2.kt.after
blob: 71ca44a4a86d1134f29a0f57c0d7dc26c5fd094b [
file
]
// MOVE: down
class
A
{
fun
<
T
,
U
,
W
>
foo
(
b
:
Int
,
c
:
Int
,
<caret>
a
:
Int
,
)
{
}
class
B
{
}
}