File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3478,12 +3478,32 @@ nodes:
3478
3478
fields :
3479
3479
- name : expression
3480
3480
type : node
3481
+ comment : |
3482
+ The expression used in the pinned expression
3483
+
3484
+ foo in ^(bar)
3485
+ ^^^
3481
3486
- name : operator_loc
3482
3487
type : location
3488
+ comment : |
3489
+ The location of the `^` operator
3490
+
3491
+ foo in ^(bar)
3492
+ ^
3483
3493
- name : lparen_loc
3484
3494
type : location
3495
+ comment : |
3496
+ The location of the opening parenthesis.
3497
+
3498
+ foo in ^(bar)
3499
+ ^
3485
3500
- name : rparen_loc
3486
3501
type : location
3502
+ comment : |
3503
+ The location of the closing parenthesis.
3504
+
3505
+ foo in ^(bar)
3506
+ ^
3487
3507
comment : |
3488
3508
Represents the use of the `^` operator for pinning an expression in a pattern matching expression.
3489
3509
You can’t perform that action at this time.
0 commit comments