blob: a0635b896a295812740b0de3d03ca35c05797b0b [file]
// MOVE: down
// 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 {
}
}