// "Change signature of 'f(int...)' to 'f(String, int...)'" "true" public class S { void f(String s, int... args) { f("",1,1); } }