mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Merge pull request #27592 from rintaro/syntaxparse-exprtuple"
This reverts commitcdfd1ab2cf, reversing changes made toeb02f20f99.
This commit is contained in:
@@ -153,8 +153,9 @@ STMT_NODES = [
|
||||
Node('YieldList', kind='Syntax',
|
||||
children=[
|
||||
Child('LeftParen', kind='LeftParenToken'),
|
||||
Child('ElementList', kind='TupleExprElementList',
|
||||
Child('ElementList', kind='ExprList',
|
||||
collection_element_name='Element'),
|
||||
Child('TrailingComma', kind='CommaToken', is_optional=True),
|
||||
Child('RightParen', kind='RightParenToken'),
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user