Skip to content

Commit 9bd05b7

Browse files
committed
[ConstraintSystem] Implement simplication of ImplicitConversion element
1 parent 8fe78d4 commit 9bd05b7

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
@@ -4920,6 +4920,9 @@ void constraints::simplifyLocator(ASTNode &anchor,
49204920
path = path.slice(1);
49214921
continue;
49224922
}
4923+
4924+
case ConstraintLocator::ImplicitConversion:
4925+
break;
49234926
}
49244927

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

0 commit comments

Comments
 (0)