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