aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-02-01 11:43:56 -0500
committergit <svn-admin@ruby-lang.org>2024-02-01 16:48:55 +0000
commit494778c66340be109f4d3bc4e51e57da967e7027 (patch)
tree8d5b2103982f3e29fb6a3bdfa510c93c57b35606 /test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
parent67c5690a6d29e861fcb8522dc4213f9d26d3aab6 (diff)
downloadruby-494778c66340be109f4d3bc4e51e57da967e7027.tar.gz
[ruby/prism] Remove locals_body_index
We're not using this anymore, and it doesn't make a lot of sense outside the context of a compiler anyway, and in anyway it's wrong when you have local variables written in default values. https://github.com/ruby/prism/commit/5edbd9c25b
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt b/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
index ad2344e519..c6aa722812 100644
--- a/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
+++ b/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
@@ -19,7 +19,6 @@
│ ├── elements: (length: 1)
│ │ └── @ LambdaNode (location: (1,3)-(1,10))
│ │ ├── locals: []
- │ │ ├── locals_body_index: 0
│ │ ├── operator_loc: (1,3)-(1,5) = "->"
│ │ ├── opening_loc: (1,8)-(1,9) = "{"
│ │ ├── closing_loc: (1,9)-(1,10) = "}"
@@ -36,7 +35,6 @@
└── block:
@ BlockNode (location: (1,12)-(2,3))
├── locals: []
- ├── locals_body_index: 0
├── parameters: ∅
├── body: ∅
├── opening_loc: (1,12)-(1,14) = "do"