Skip to content

Commit 3d8333b

Browse files
committed
[ConstraintSystem] Implement simplication of KeyPath{Root, Value} elements
1 parent 9dbda85 commit 3d8333b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Sema/ConstraintSystem.cpp

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

4896+
case ConstraintLocator::KeyPathRoot:
4897+
case ConstraintLocator::KeyPathValue:
4898+
break;
48964899
}
48974900

48984901
// If we get here, we couldn't simplify the path further.

0 commit comments

Comments
 (0)