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