Fehler in GenericVarTest beheben

This commit is contained in:
JanUlrich 2015-01-30 13:23:29 +01:00
parent 03d1727cbf
commit 91b4ff4c2f

View File

@ -1,5 +1,5 @@
import java.util.Vector;
class WildcardTest extends Vector<Integer>{
<AFL, R684154003> Fun1<? extends AFL, ? super Fun1<R684154003, WildcardTest>> op = (f) -> f.apply(this);
<HZQ, HZP extends HZQ, R1247600089 extends HZP> Fun1<? extends HZQ, ? super Fun1<R1247600089, WildcardTest>> op = (f) -> f.apply(this);
}