We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603a5df commit 9a33b00Copy full SHA for 9a33b00
include/swift/AST/ASTContext.h
@@ -964,7 +964,7 @@ template <> struct DenseMapInfo<swift::ASTContext::OverrideSignatureKey> {
964
const OverrideSignatureKey rhs) {
965
return lhs.baseMethodSig == rhs.baseMethodSig &&
966
lhs.derivedClassSig == rhs.derivedClassSig &&
967
- lhs.superclassTy.getString() == rhs.superclassTy.getString();
+ lhs.superclassTy.getPointer() == rhs.superclassTy.getPointer();
968
}
969
970
static inline OverrideSignatureKey getEmptyKey() {
0 commit comments