mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[Typed throws] Support overrides that are contravariant in the thrown error"
This commit is contained in:
@@ -544,7 +544,7 @@ public:
|
||||
return bits == other.bits &&
|
||||
(useClangTypes ? (clangTypeInfo == other.clangTypeInfo) : true) &&
|
||||
globalActor.getPointer() == other.globalActor.getPointer() &&
|
||||
thrownError.getPointer() == other.thrownError.getPointer();
|
||||
thrownError.getPointer() == thrownError.getPointer();
|
||||
}
|
||||
|
||||
constexpr std::tuple<unsigned, const void *, const void *, const void *>
|
||||
|
||||
Reference in New Issue
Block a user