aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-12-06 15:32:53 -0500
committergit <svn-admin@ruby-lang.org>2023-12-06 20:50:02 +0000
commitfe6ee5e92148755b75ffd00ab29611b59a416d5a (patch)
tree9283cde10b67c8daec7c56511f58ed9133569377 /test/prism/snapshots/seattlerb/defn_args_forward_args.txt
parentcbb941f58a236d95d9e95c3f6dbd4510c04351f0 (diff)
downloadruby-fe6ee5e92148755b75ffd00ab29611b59a416d5a.tar.gz
[ruby/prism] Move flag position consistently to front
https://github.com/ruby/prism/commit/6e69a81737
Diffstat (limited to 'test/prism/snapshots/seattlerb/defn_args_forward_args.txt')
-rw-r--r--test/prism/snapshots/seattlerb/defn_args_forward_args.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/test/prism/snapshots/seattlerb/defn_args_forward_args.txt b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
index 5f9b4b0084..b1854d9a35 100644
--- a/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
@@ -27,6 +27,7 @@
│ @ StatementsNode (location: (1,21)-(1,36))
│ └── body: (length: 1)
│ └── @ CallNode (location: (1,21)-(1,36))
+ │ ├── flags: ∅
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :b
@@ -34,20 +35,19 @@
│ ├── opening_loc: (1,22)-(1,23) = "("
│ ├── arguments:
│ │ @ ArgumentsNode (location: (1,23)-(1,35))
- │ │ ├── arguments: (length: 3)
- │ │ │ ├── @ SymbolNode (location: (1,23)-(1,27))
- │ │ │ │ ├── opening_loc: (1,23)-(1,24) = ":"
- │ │ │ │ ├── value_loc: (1,24)-(1,27) = "get"
- │ │ │ │ ├── closing_loc: ∅
- │ │ │ │ └── unescaped: "get"
- │ │ │ ├── @ LocalVariableReadNode (location: (1,29)-(1,30))
- │ │ │ │ ├── name: :z
- │ │ │ │ └── depth: 0
- │ │ │ └── @ ForwardingArgumentsNode (location: (1,32)-(1,35))
- │ │ └── flags: ∅
+ │ │ ├── flags: ∅
+ │ │ └── arguments: (length: 3)
+ │ │ ├── @ SymbolNode (location: (1,23)-(1,27))
+ │ │ │ ├── opening_loc: (1,23)-(1,24) = ":"
+ │ │ │ ├── value_loc: (1,24)-(1,27) = "get"
+ │ │ │ ├── closing_loc: ∅
+ │ │ │ └── unescaped: "get"
+ │ │ ├── @ LocalVariableReadNode (location: (1,29)-(1,30))
+ │ │ │ ├── name: :z
+ │ │ │ └── depth: 0
+ │ │ └── @ ForwardingArgumentsNode (location: (1,32)-(1,35))
│ ├── closing_loc: (1,35)-(1,36) = ")"
- │ ├── block: ∅
- │ └── flags: ∅
+ │ └── block: ∅
├── locals: [:x, :y, :z, :"..."]
├── locals_body_index: 4
├── def_keyword_loc: (1,0)-(1,3) = "def"