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