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