swiftlang/swift-syntax

Introduce new SyntaxKind for argument lists

Closed this issue · 0 comments

With the refactoring of argument lists into their own ArgumentList type, we should consider introducing a new syntax kind to represent them rather than using TupleExprElementList.

rdar://81786229