forked from JavaTX/JavaCompilerCore
Fehler in GenericVarTest beheben
This commit is contained in:
parent
03d1727cbf
commit
91b4ff4c2f
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user