Skip to content

Commit 217be63

Browse files
committed
Fix for API change in simplifyLocatorToAnchor()
1 parent 9201731 commit 217be63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ bool DisjunctionStep::shortCircuitDisjunctionAt(
709709
continue;
710710

711711
auto choiceTyvar =
712-
CS.getType(simplifyLocatorToAnchor(CS, overload.getFirst()))
712+
CS.getType(simplifyLocatorToAnchor(overload.getFirst()))
713713
->getAs<TypeVariableType>();
714714
if (!choiceTyvar)
715715
continue;

0 commit comments

Comments
 (0)