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