summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-12-04 16:40:59 -0500
committerJemma Issroff <jemmaissroff@gmail.com>2023-12-06 09:55:48 -0500
commit018dbf18d50b34a3ea564bfe0264a423de4b33bb (patch)
tree366e75c39f9061d853830bb602276b1f893db1ce /test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
parentda1519b223e1accfcef1c831f9fdc6421724ea7c (diff)
[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNode
The locals_body_index gives the index in the locals array where the locals from the body start. This allows compilers to easily index past the parameters in the locals array. https://github.com/ruby/prism/commit/5d4627b890
Diffstat (limited to 'test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt')
-rw-r--r--test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
index ba9ed0d49f..4258931735 100644
--- a/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
+++ b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
@@ -35,6 +35,7 @@
│ │ ├── block: ∅
│ │ └── flags: ∅
│ ├── locals: []
+ │ ├── locals_body_index: 0
│ ├── def_keyword_loc: (1,6)-(1,9) = "def"
│ ├── operator_loc: ∅
│ ├── lparen_loc: ∅
@@ -73,6 +74,7 @@
│ │ ├── block: ∅
│ │ └── flags: ∅
│ ├── locals: []
+ │ ├── locals_body_index: 0
│ ├── def_keyword_loc: (6,6)-(6,9) = "def"
│ ├── operator_loc: ∅
│ ├── lparen_loc: (6,11)-(6,12) = "("