// " Change signature of f(int, String)" "true" class A { void f(int i,String s) {} public void foo() { f(); } }