blob: e4415f27f603369f9a02f73218f0f90900ed7463 [file] [log] [blame]
import test.*;
public class A {
void method() {
Object o = null;
List l = new List();
l.add(o);
}
}