return types.getResolvedTypes().clone();
if (type instanceof ImplForType) { return ((ImplForType)type).getResolvedType(); } else { return type; }