Searched refs:oldTypeParameter (Results 1 – 1 of 1) sorted by relevance
321 val oldTypeParameter = oldReturnType.asTypeParameter(old) in compare() constant324 if (oldTypeParameter == null && in compare()332 } else if (oldTypeParameter == null && newTypeParameter != null) { in compare()340 } else if (oldTypeParameter != null && newTypeParameter == null) { in compare()347 val oldConstraints = oldTypeParameter?.bounds() ?: emptyList() in compare()