aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2024-01-25 15:08:44 -0800
committerKevin Newton <kddnewton@gmail.com>2024-01-30 13:19:06 -0500
commit8e708e4a077d85e50cd797b2478aba7bfd5e4ac3 (patch)
tree87aeb4f38b86b2c2a5f6a8ae0e606f93f5a0b637 /test/prism/snapshots/seattlerb/defn_args_forward_args.txt
parent6b350bc6e41551161f4be37858c54fcca1a09c46 (diff)
downloadruby-8e708e4a077d85e50cd797b2478aba7bfd5e4ac3.tar.gz
Update forwarding locals for prism
Diffstat (limited to 'test/prism/snapshots/seattlerb/defn_args_forward_args.txt')
-rw-r--r--test/prism/snapshots/seattlerb/defn_args_forward_args.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/defn_args_forward_args.txt b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
index e6b72907b0..b6802c2fd8 100644
--- a/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
@@ -52,8 +52,8 @@
│ │ └── @ ForwardingArgumentsNode (location: (1,32)-(1,35))
│ ├── closing_loc: (1,35)-(1,36) = ")"
│ └── block: ∅
- ├── locals: [:x, :y, :z, :"..."]
- ├── locals_body_index: 4
+ ├── locals: [:x, :y, :z]
+ ├── locals_body_index: 3
├── def_keyword_loc: (1,0)-(1,3) = "def"
├── operator_loc: ∅
├── lparen_loc: (1,5)-(1,6) = "("