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