mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Add a skeleton of ClosureBodyElement constraint
This commit is contained in:
@@ -130,6 +130,13 @@ bool ConstraintSystem::generateConstraints(ClosureExpr *closure) {
|
||||
return generator.hadError;
|
||||
}
|
||||
|
||||
ConstraintSystem::SolutionKind
|
||||
ConstraintSystem::simplifyClosureBodyElementConstraint(
|
||||
TypeVariableType *elementTy, ASTNode element, TypeMatchOptions flags,
|
||||
ConstraintLocatorBuilder locator) {
|
||||
return SolutionKind::Error;
|
||||
}
|
||||
|
||||
// MARK: Solution application
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user