mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Change expression kind from Expr to FunctionCallArgumentList
This commit is contained in:
@@ -460,7 +460,7 @@ EXPR_NODES = [
|
||||
Child('LeftParen', kind='LeftParenToken',
|
||||
classification='StringInterpolationAnchor',
|
||||
force_classification=True),
|
||||
Child('Expression', kind='Expr'),
|
||||
Child('Expressions', kind='FunctionCallArgumentList'),
|
||||
Child('RightParen', kind='StringInterpolationAnchorToken'),
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user