[ConstraintSystem] Implement simplication of {Function, Generic, Synthesized}Argument elements

This commit is contained in:
Pavel Yaskevich
2022-03-16 11:51:58 -07:00
parent 3b4c637b0a
commit 3f47ed2365

View File

@@ -4880,6 +4880,11 @@ void constraints::simplifyLocator(ASTNode &anchor,
case ConstraintLocator::ConstructorMemberType:
case ConstraintLocator::ExistentialSuperclassType:
break;
case ConstraintLocator::GenericArgument:
case ConstraintLocator::FunctionArgument:
case ConstraintLocator::SynthesizedArgument:
break;
}
// If we get here, we couldn't simplify the path further.