blob: 4ea15adc5d87d3b0e876d5aef46a62e825d73e25 [file] [log] [blame]
// "Add 'String' as 1st parameter to method 'f'" "true"
public class S {
void f(int... args) {
f("",1,1)<caret>;
}
}