// "Remove 1st parameter from method 'f'" "true" class A { void f(int i) {} public void foo() { f(); } }