// "Change 2 parameter of method f from String to int" "true" class A { void f(int i, String s, int i2) {} public void foo() { f(1,1,'4'); } }