blob: 8a0cbeee5eeb49edc5f4c6d98fb2ddf4965a06a8 [file] [log] [blame]
package test;
public class SubList<L> extends List<L> {
}