blob: 71b138b7563dfeb41ecced00678cd10dc86c66b3 [file]
package test11;
public class CCTest11i {
}
private static class List<T> {
public void add(T t) {
//nothing...
}
public T get(int index) {
return null;
}
}
}