forked from JavaTX/JavaCompilerCore
gen-TPH richtig konvertieren
This commit is contained in:
parent
edda41f546
commit
748f25a2fd
@ -197,7 +197,7 @@ public class UnifyTypeFactory {
|
|||||||
public static Type convert(PlaceholderType t) {
|
public static Type convert(PlaceholderType t) {
|
||||||
TypePlaceholder ret = TypePlaceholder.getInstance(t.getName());
|
TypePlaceholder ret = TypePlaceholder.getInstance(t.getName());
|
||||||
if(ret == null){ //Dieser TPH wurde vom Unifikationsalgorithmus erstellt
|
if(ret == null){ //Dieser TPH wurde vom Unifikationsalgorithmus erstellt
|
||||||
ret = TypePlaceholder.fresh(NULL_NODE);
|
ret = TypePlaceholder.fresh(t.getName(), NULL_NODE);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user