blob: 039c7b97e98f5c81287bac2a927b98bea9909e22 [file] [log] [blame]
public class A {
public void foo(Object o, A... i) {
}
}