forked from JavaTX/JavaCompilerCore
Wildcards im Subst im Unify eingefuegt Kommentare
This commit is contained in:
parent
4046066b7c
commit
5b9cabb3e1
@ -2400,7 +2400,7 @@ throws MatchException
|
||||
return true;
|
||||
}
|
||||
}
|
||||
//Wildcard ergänzt PL 12-12-05
|
||||
//Wildcard ergänzt PL 14-12-05
|
||||
if ( T instanceof ExtendsWildcardType )
|
||||
{
|
||||
Type Temp = ((ExtendsWildcardType) T).get_ExtendsType();
|
||||
@ -2415,7 +2415,7 @@ throws MatchException
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Wildcard ergänzt PL 14-12-05
|
||||
if ( T instanceof SuperWildcardType )
|
||||
{
|
||||
Type Temp = ((SuperWildcardType) T).get_SuperType();
|
||||
|
Loading…
Reference in New Issue
Block a user