[AST] NFC: Remove a FIXME related to ParamDecl::IsAutoClosure field

This commit is contained in:
Pavel Yaskevich
2018-11-02 12:47:58 -07:00
parent bce1ba5f37
commit ed84f18686
3 changed files with 2 additions and 5 deletions

View File

@@ -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:
//