fix to TypeResolver

This commit is contained in:
Timo Westkämper 2011-07-27 06:08:24 +00:00
parent f6df820066
commit b5aa1a6ed4

View File

@ -48,7 +48,7 @@ public final class TypeResolver {
}
}
if (index > -1){
if (index > -1 && subtype.getSuperType() != null){
// get binding of var via model supertype
Supertype type = subtype.getSuperType();
while (!type.getType().equals(declaringType)){