Searched refs:boundedTypeReplaced (Results 1 – 2 of 2) sorted by relevance
148 … Type boundedTypeReplaced = boundedType.replaceTypeVariables(tpToReplace, replaced, inferredTypes); in replaceTypeVariables() local149 if (boundedTypeReplaced == null) { in replaceTypeVariables()152 if (boundedTypeReplaced != boundedType) { in replaceTypeVariables()153 return new Wildcard(type, boundedTypeReplaced); in replaceTypeVariables()
154 …ResolvedType boundedTypeReplaced = boundedType.replaceTypeVariables(tpToReplace, replaced, inferre… in replaceTypeVariables() local155 if (boundedTypeReplaced == null) { in replaceTypeVariables()158 if (boundedTypeReplaced != boundedType) { in replaceTypeVariables()159 return new ResolvedWildcard(type, boundedTypeReplaced); in replaceTypeVariables()