Skip to content

Commit 9dbda85

Browse files
committed
[ConstraintSystem] Implement simplication of GenericParameter element
1 parent 6f3203d commit 9dbda85

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
@@ -4890,6 +4890,9 @@ void constraints::simplifyLocator(ASTNode &anchor,
48904890
case ConstraintLocator::KeyPathComponentResult:
48914891
break;
48924892

4893+
case ConstraintLocator::GenericParameter:
4894+
break;
4895+
48934896
}
48944897

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

0 commit comments

Comments
 (0)