mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Fix deep equality matching for parameterized protocol types
Fixes rdar://problem/98356057.
This commit is contained in:
@@ -5227,7 +5227,8 @@ void constraints::simplifyLocator(ASTNode &anchor,
|
||||
case ConstraintLocator::PlaceholderType:
|
||||
case ConstraintLocator::SequenceElementType:
|
||||
case ConstraintLocator::ConstructorMemberType:
|
||||
case ConstraintLocator::ExistentialSuperclassType:
|
||||
case ConstraintLocator::ExistentialConstraintType:
|
||||
case ConstraintLocator::ProtocolCompositionSuperclassType:
|
||||
break;
|
||||
|
||||
case ConstraintLocator::GenericArgument:
|
||||
|
||||
Reference in New Issue
Block a user