Merge branch 'master' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore

This commit is contained in:
JanUlrich 2015-01-20 18:33:16 +01:00
commit c58d706c01

View File

@ -1371,6 +1371,8 @@ throws MatchException
} }
} }
//REDUCE2 //REDUCE2
//PL 15-01-20: HIER MUESSEN NOCH ALLE FAELLE MIT EXTENDS UND SUPER GEMISCHT ERGAENZT WERDEN
//BEACHTEN: WAS PASSIERT WENN HINTER ? extends/super EINE TYPVAR/KEIN REFTYPE STEHT
if(P.OperatorEqual()) if(P.OperatorEqual())
{ {
RefType TA1 = null; RefType TA1 = null;