// "Remove parameter 'x'" "true" // DISABLE-ERRORS fun f(y: Int) { f(2); } fun g(x: Int, y: Int) { f(y); }