Skip to content

Commit 6f3203d

Browse files
committed
[ConstraintSystem] Implement simplication of {DynamicLookup, KeyPathComponent}Result elements
1 parent 3f47ed2 commit 6f3203d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4885,6 +4885,11 @@ void constraints::simplifyLocator(ASTNode &anchor,
48854885
case ConstraintLocator::FunctionArgument:
48864886
case ConstraintLocator::SynthesizedArgument:
48874887
break;
4888+
4889+
case ConstraintLocator::DynamicLookupResult:
4890+
case ConstraintLocator::KeyPathComponentResult:
4891+
break;
4892+
48884893
}
48894894

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

0 commit comments

Comments
 (0)