Skip to content

Commit 790d359

Browse files
committed
Set collection element name for ExpressionSegment's Expressions
1 parent 81ed9cc commit 790d359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/gyb_syntax_support/ExprNodes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@
470470
Child('LeftParen', kind='LeftParenToken',
471471
classification='StringInterpolationAnchor',
472472
force_classification=True),
473-
Child('Expressions', kind='FunctionCallArgumentList'),
473+
Child('Expressions', kind='FunctionCallArgumentList',
474+
collection_element_name='Expression'),
474475
Child('RightParen', kind='StringInterpolationAnchorToken'),
475476
]),
476477

0 commit comments

Comments
 (0)