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