We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c435ea5 commit 4281c68Copy full SHA for 4281c68
config.yml
@@ -3492,8 +3492,21 @@ nodes:
3492
fields:
3493
- name: variable
3494
type: node
3495
+ comment: |
3496
+ The variable or expression used the pinned expression
3497
+
3498
+ foo in ^bar
3499
+ ^^^
3500
3501
+ foo in { timestamp: ^(Time.new(2021)..Time.new(2030)) }
3502
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3503
- name: operator_loc
3504
type: location
3505
3506
+ The location of the `^` operator
3507
3508
3509
+ ^
3510
comment: |
3511
Represents the use of the `^` operator for pinning a variable in a pattern matching expression.
3512
0 commit comments