// "Remove parameter 'x'" "true" // DISABLE-ERRORS fun foo(y: Int) { foo(); foo(1); foo(2); foo(2, 3, sdsd); }