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