[ConstraintSystem] Implement simplication of ImplicitConversion element

This commit is contained in:
Pavel Yaskevich
2022-03-16 12:35:57 -07:00
parent 8fe78d485e
commit 9bd05b7a00

View File

@@ -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.