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