01:package test11; 02: 03:public class CCTest11i { 04: 05: 06: 07: 08: 09: 10: 11: 12: } 13: 14: private static class List<T> { 15: public void add(T t) { 16: //nothing... 17: } 18: 19: public T get(int index) { 20: return null; 21: } 22: } 23:}