mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix assert
This commit is contained in:
@@ -661,8 +661,7 @@ private:
|
||||
assert(existingLoc->OldName == loc->OldName &&
|
||||
existingLoc->NewName == loc->NewName &&
|
||||
existingLoc->IsFunctionLike == loc->IsFunctionLike &&
|
||||
existingLoc->IsNonProtocolType ==
|
||||
existingLoc->IsNonProtocolType &&
|
||||
existingLoc->IsNonProtocolType == loc->IsNonProtocolType &&
|
||||
"Asked to do a different rename for the same location?");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user