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