mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Implement simplication of ImplicitConversion element
This commit is contained in:
@@ -4920,6 +4920,9 @@ void constraints::simplifyLocator(ASTNode &anchor,
|
||||
path = path.slice(1);
|
||||
continue;
|
||||
}
|
||||
|
||||
case ConstraintLocator::ImplicitConversion:
|
||||
break;
|
||||
}
|
||||
|
||||
// If we get here, we couldn't simplify the path further.
|
||||
|
||||
Reference in New Issue
Block a user