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.kt394 val newTypeString = describeBounds(newReturnType, newConstraints) in compare() constant
399 )} has changed return type from $oldTypeString to $newTypeString" in compare()
408 var newTypeString = newReturnType.toSimpleType() in compare() variable
411 if (oldTypeString == newTypeString) { in compare()
414 newTypeString = newReturnType.toString() in compare()
417 …"${describe(new, capitalize = true)} has changed return type from $oldTypeString to $newTypeString" in compare()