Skip to content

Commit 46ecae3

Browse files
committed
[ConstraintSystem] Implement simplication of Opened{Generic, OpaqueArchetype} elements
1 parent 3d8333b commit 46ecae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4893,6 +4893,10 @@ void constraints::simplifyLocator(ASTNode &anchor,
48934893
case ConstraintLocator::GenericParameter:
48944894
break;
48954895

4896+
case ConstraintLocator::OpenedGeneric:
4897+
case ConstraintLocator::OpenedOpaqueArchetype:
4898+
break;
4899+
48964900
case ConstraintLocator::KeyPathRoot:
48974901
case ConstraintLocator::KeyPathValue:
48984902
break;

0 commit comments

Comments
 (0)