forked from JavaTX/JavaCompilerCore
Dirty fix
This commit is contained in:
parent
4616f82b09
commit
e702f745c3
@ -196,9 +196,9 @@ public class UnifyTypeFactory {
|
||||
if(tl instanceof TypePlaceholder){
|
||||
if(tr instanceof TypePlaceholder) {
|
||||
if(mp.getPairOp().equals(PairOperator.EQUALSDOT))
|
||||
throw new DebugException("TPH =. TPH ist ein ungültiges Ergebnis");
|
||||
//throw new DebugException("TPH =. TPH ist ein ungültiges Ergebnis");
|
||||
//Einfach ignorieren TODO: Das hier muss ausgebessert werden:
|
||||
//return new PairTPHequalRefTypeOrWildcardType((TypePlaceholder)tl, ASTFactory.createObjectType());
|
||||
return new PairTPHequalRefTypeOrWildcardType((TypePlaceholder)tl, ASTFactory.createObjectType());
|
||||
else
|
||||
return new PairTPHsmallerTPH((TypePlaceholder)tl, (TypePlaceholder)tr);
|
||||
}else if(tr instanceof RefType){
|
||||
|
Loading…
Reference in New Issue
Block a user