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