blob: a9594234f717b266eeaeecf04e9ef380bf3c4e00 [file]
package test;
public class VarargInt {
public void vararg(int... p) {}
}