blob: 155f31b86e4387d07a9491e80760bd52ae5a997f [file] [log] [blame]
// MOVE: right
class A {
fun foo(b: Int, <caret>a: Int, c: Int) {
}
}