forked from JavaTX/JavaCompilerCore
modified: ../../../main/java/de/dhbwstuttgart/typeinference/unify/model/UnifyPair.java
Kommentar eingefuegt
This commit is contained in:
parent
94c32609c6
commit
411629279d
@ -177,6 +177,10 @@ public class UnifyPair {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* wenn in einem Paar bestehend aus 2 Typvariablen eine nicht wildcardtable ist,
|
||||||
|
* so beide auf nicht wildcardtable setzen
|
||||||
|
*/
|
||||||
public void disableCondWildcards() {
|
public void disableCondWildcards() {
|
||||||
if (lhs instanceof PlaceholderType && rhs instanceof PlaceholderType
|
if (lhs instanceof PlaceholderType && rhs instanceof PlaceholderType
|
||||||
&& (!((PlaceholderType)lhs).isWildcardable() || !((PlaceholderType)rhs).isWildcardable()))
|
&& (!((PlaceholderType)lhs).isWildcardable() || !((PlaceholderType)rhs).isWildcardable()))
|
||||||
|
Loading…
Reference in New Issue
Block a user