Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
DCompatibilityCheck.kt366 val newTypeParamsCount = new.typeParameterList.size in compare() constant
367 if (oldTypeParamsCount > 0 && oldTypeParamsCount != newTypeParamsCount) { in compare()
376 … } changed number of type parameters from $oldTypeParamsCount to $newTypeParamsCount" in compare()