blob: 6643f058bd2c5d8bb22abf5129cc6ab22a6e7ee7 [file] [log] [blame]
void bar(List v) {
for(int i = 0; i < 10; i++ ) {
v.add(new Integer(i));
}
}