mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Record argument lists in the trail
This commit is contained in:
@@ -14665,7 +14665,7 @@ ConstraintSystem::simplifyRestrictedConstraintImpl(
|
||||
getASTContext(), {Argument(SourceLoc(), Identifier(), nullptr)},
|
||||
/*firstTrailingClosureIndex=*/std::nullopt,
|
||||
AllocationArena::ConstraintSolver);
|
||||
ArgumentLists.insert({argumentsLoc, argList});
|
||||
recordArgumentList(argumentsLoc, argList);
|
||||
}
|
||||
|
||||
auto *memberTypeLoc = getConstraintLocator(
|
||||
|
||||
Reference in New Issue
Block a user