343344345346347348349350351352353
Type cct=reifyInner(ct, variableTypesMap); if(cct == ct) result=gap; else result=new CustomGenericArrayType(cct); } else if(type instanceof TypeVariable<?>) { TypeVariable<?> tv=(TypeVariable<?>)type;