Commit 29ca04a
[cfe][InternalNodes] Move type arguments to TypeArguments
This adds a TypeArguments class to the internal ast nodes and moves the type arguments ArgumentsImpl to this class.
Change-Id: I86ebff7197ffc641c5083941316c54c728b56c66
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467580
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>1 parent 3f5427d commit 29ca04a
File tree
49 files changed
+1164
-780
lines changed- pkg/front_end
- lib/src
- fragment
- constructor
- kernel
- source
- type_inference
- testcases
- constructor_tearoffs/lowering
- from_dill
- general
- generic_metadata
- inference
- regress
- test
- text_representation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+1164
-780
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
806 | | - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
807 | 809 | | |
808 | 810 | | |
809 | 811 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
0 commit comments