mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] NFC: Remove a FIXME related to ParamDecl::IsAutoClosure field
This commit is contained in:
@@ -837,7 +837,7 @@ ConstraintSystem::TypeMatchResult constraints::matchCallArguments(
|
||||
: ConstraintKind::ArgumentConversion);
|
||||
|
||||
// Check whether argument of the call at given position refers to
|
||||
// parameter marked as `@autoclosure. This function is used to
|
||||
// parameter marked as `@autoclosure`. This function is used to
|
||||
// maintain source compatibility with Swift versions < 5,
|
||||
// previously examples like following used to type-check:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user