Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt339 val oldTypeParamsCount = old.typeParameterList().typeParameterCount() in compare() constant
341 if (oldTypeParamsCount != newTypeParamsCount) { in compare()
347 … )} changed number of type parameters from $oldTypeParamsCount to $newTypeParamsCount" in compare()