Skip to content

Commit 66262e8

Browse files
committed
chore: generate
1 parent 2f17e5a commit 66262e8

File tree

3 files changed

+17810
-17686
lines changed

3 files changed

+17810
-17686
lines changed

src/grammar.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,10 @@
23462346
"type": "SYMBOL",
23472347
"name": "tuple_type"
23482348
},
2349+
{
2350+
"type": "SYMBOL",
2351+
"name": "array_type"
2352+
},
23492353
{
23502354
"type": "SYMBOL",
23512355
"name": "higher_ranked_trait_bound"

src/node-types.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4571,6 +4571,10 @@
45714571
"multiple": false,
45724572
"required": true,
45734573
"types": [
4574+
{
4575+
"type": "array_type",
4576+
"named": true
4577+
},
45744578
{
45754579
"type": "generic_type",
45764580
"named": true

0 commit comments

Comments
 (0)