blob: bfcf77cc7932b62555607a45ae667678d696646d [file] [log] [blame]
package test;
public class ListList<T> extends List<List<T>> {
}