mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
libSyntax: support function parameter nodes. (#13324)
This commit is contained in:
@@ -167,7 +167,7 @@ Parser::parseParameterClause(SourceLoc &leftParenLoc,
|
||||
return parseList(tok::r_paren, leftParenLoc, rightParenLoc,
|
||||
/*AllowSepAfterLast=*/false,
|
||||
diag::expected_rparen_parameter,
|
||||
SyntaxKind::Unknown,
|
||||
SyntaxKind::FunctionParameterList,
|
||||
[&]() -> ParserStatus {
|
||||
ParsedParameter param;
|
||||
ParserStatus status;
|
||||
|
||||
Reference in New Issue
Block a user