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