blob: 7603d1aa84e3d2d1af9c7ecff2481737d65dea99 [file]
// MOVE: down
class A {
fun <T, U, W> foo(
b: Int,
c: Int,
<caret>a: Int
) {
}
class B {
}
}