blob: 5d2c22b2f24a100c453adad6027dbdb7ed17f403 [file] [log] [blame]
package test;
public class IntListList extends List<List<Integer>> {
}