mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #6325 from practicalswift/gardening-20161216
This commit is contained in:
@@ -341,7 +341,7 @@ recur:
|
||||
// An up-to-date entry for the original type is authoritative.
|
||||
isAuthoritative = true;
|
||||
} else {
|
||||
// A up-to-date cached failure for a superclass of the type is not
|
||||
// An up-to-date cached failure for a superclass of the type is not
|
||||
// authoritative: there may be a still-undiscovered conformance
|
||||
// for the original query type.
|
||||
isAuthoritative = false;
|
||||
|
||||
Reference in New Issue
Block a user