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