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