blob: 2c3002f303571dfe48b3e69d4aff9c0ee52149ef [file] [log] [blame]
import java.util.*;
class U {
public static void main(String[] args) {
List<List<IImpl>> l = new ArrayLits<List<IImpl>>();
}
}