blob: 26172c13d2e7c43a3dce8af08d1f7c6b86bed131 [file] [log] [blame]
class Test {
int[] p;
void foo(int... i) {
p = i;
}
}