Searched refs:newConstraints (Results 1 – 1 of 1) sorted by relevance
348 val newConstraints = newTypeParameter?.bounds() ?: emptyList() in compare() constant349 if (oldConstraints.size != newConstraints.size || in compare()350 newConstraints != oldConstraints in compare()353 val newTypeString = describeBounds(newReturnType, newConstraints) in compare()