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:
@@ -218,12 +218,8 @@ EXPR_NODES = [
|
||||
Node('TupleExprElement', kind='Syntax',
|
||||
traits=['WithTrailingComma'],
|
||||
children=[
|
||||
Child('Label', kind='Token',
|
||||
is_optional=True,
|
||||
token_choices=[
|
||||
'IdentifierToken',
|
||||
'WildcardToken'
|
||||
]),
|
||||
Child('Label', kind='IdentifierToken',
|
||||
is_optional=True),
|
||||
Child('Colon', kind='ColonToken',
|
||||
is_optional=True),
|
||||
Child('Expression', kind='Expr'),
|
||||
|
||||
Reference in New Issue
Block a user