blob: e1cc4aa7becf092d9c4d6faf41f895cb9b842b22 [file] [log] [blame]
import test.*;
public class A {
void method() {
IntListList l = new IntListList();
l.get(0);
}
}