Home
last modified time | relevance | path

Searched refs:oldTypeParameter (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt361 val oldTypeParameter = oldReturnType.asTypeParameter(old) in compare() constant
364 if (oldTypeParameter == null && in compare()
372 } else if (oldTypeParameter == null && newTypeParameter != null) { in compare()
381 } else if (oldTypeParameter != null && newTypeParameter == null) { in compare()
388 val oldConstraints = oldTypeParameter?.typeBounds() ?: emptyList() in compare()