blob: dcd056fcaf90f8d8e690b03a391b4d1b75866eff [file] [log] [blame]
import java.util.*;
public class Test {
void method(Object[] s) {
s.add(null);
}
}