Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
parametersAndArguments
/
funParams1.kt
blob: fa594046e3e67c9de1fa2a80cda53402165b0aa5 [
file
]
// MOVE: down
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
class
A
{
fun foo
<
T
,
U
,
W
>(
b
:<
caret
>
Int
,
a
:
Int
,
c
:
Int
)
{
}
class
B
{
}
}