blob: 659652ddac15da16b814da728adf7f8e4668aaad [file] [log] [blame]
import test.*;
public class A {
public void method() {
List<List <Integer>> l = null;
}
}