File tree 2 files changed +47
-0
lines changed 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -5992,6 +5992,7 @@ class FunctionExpressionInvocationImpl extends InvocationExpressionImpl
5992
5992
@override
5993
5993
ChildEntities get _childEntities => ChildEntities ()
5994
5994
..addNode ('function' , function)
5995
+ ..addNode ('typeArguments' , typeArguments)
5995
5996
..addNode ('argumentList' , argumentList);
5996
5997
5997
5998
@override
Original file line number Diff line number Diff line change @@ -146,6 +146,16 @@ FunctionExpressionInvocation
146
146
token: a
147
147
staticElement: self::@function::f::@parameter::a
148
148
staticType: A
149
+ typeArguments: TypeArgumentList
150
+ leftBracket: <
151
+ arguments
152
+ NamedType
153
+ name: SimpleIdentifier
154
+ token: int
155
+ staticElement: dart:core::@class::int
156
+ staticType: null
157
+ type: int
158
+ rightBracket: >
149
159
argumentList: ArgumentList
150
160
leftParenthesis: (
151
161
rightParenthesis: )
@@ -174,6 +184,16 @@ FunctionExpressionInvocation
174
184
token: x
175
185
staticElement: self::@function::f::@parameter::x
176
186
staticType: Never
187
+ typeArguments: TypeArgumentList
188
+ leftBracket: <
189
+ arguments
190
+ NamedType
191
+ name: SimpleIdentifier
192
+ token: int
193
+ staticElement: dart:core::@class::int
194
+ staticType: null
195
+ type: int
196
+ rightBracket: >
177
197
argumentList: ArgumentList
178
198
leftParenthesis: (
179
199
arguments
@@ -215,6 +235,16 @@ FunctionExpressionInvocation
215
235
token: x
216
236
staticElement: self::@function::f::@parameter::x
217
237
staticType: Never?
238
+ typeArguments: TypeArgumentList
239
+ leftBracket: <
240
+ arguments
241
+ NamedType
242
+ name: SimpleIdentifier
243
+ token: int
244
+ staticElement: dart:core::@class::int
245
+ staticType: null
246
+ type: int
247
+ rightBracket: >
218
248
argumentList: ArgumentList
219
249
leftParenthesis: (
220
250
arguments
@@ -500,6 +530,22 @@ FunctionExpressionInvocation
500
530
staticType: dynamic
501
531
rightParenthesis: )
502
532
staticType: dynamic
533
+ typeArguments: TypeArgumentList
534
+ leftBracket: <
535
+ arguments
536
+ NamedType
537
+ name: SimpleIdentifier
538
+ token: bool
539
+ staticElement: dart:core::@class::bool
540
+ staticType: null
541
+ type: bool*
542
+ NamedType
543
+ name: SimpleIdentifier
544
+ token: int
545
+ staticElement: dart:core::@class::int
546
+ staticType: null
547
+ type: int*
548
+ rightBracket: >
503
549
argumentList: ArgumentList
504
550
leftParenthesis: (
505
551
arguments
You can’t perform that action at this time.
0 commit comments