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