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