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