blob: aad87ca532b7a0800f7f2249af4d2920a391d22b [file] [log] [blame]
import java.util.*;
class Test {
void method(ArrayList<Number> p){
p.add(8);
}
}