blob: 2371b5b35d43d557952f3b7f9f60fd088109600a [file] [log] [blame]
package test;
public class IntList extends List<Integer> {
}