Duplicate :
|
|
Relates :
|
This program doesn't compile: import java.util.List; class Test { void foo(List<? super Object[]> l) { l.add(new Object[0]); } } See: http://forum.java.sun.com/thread.jspa?threadID=625907 ###@###.### 2005-05-11 09:37:07 GMT
|