// "Add String as 1 parameter to method f" "true" public class S { void f(String s, int... args) { f("",1,1); } }