Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt353 val newTypeString = describeBounds(newReturnType, newConstraints) in compare() constant
358 )} has changed return type from $oldTypeString to $newTypeString" in compare()
367 val newTypeString = newReturnType.toSimpleType() in compare() constant
369 …"${describe(new, capitalize = true)} has changed return type from $oldTypeString to $newTypeString" in compare()