aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-07-02 15:52:35 -0400
committerKevin Newton <kddnewton@gmail.com>2024-07-11 14:25:54 -0400
commitaca42a24783e3a7d17eafb43a031e397bfb70323 (patch)
treeb306703c25c49b84543345536e9f252642cc5a4f /test/prism/snapshots/seattlerb/defn_args_forward_args.txt
parent687be43c79a6fb119e52b09ea561cf958a9aabf2 (diff)
downloadruby-aca42a24783e3a7d17eafb43a031e397bfb70323.tar.gz
[ruby/prism] Expose common flags in inspect output
https://github.com/ruby/prism/commit/d0143865c2
Diffstat (limited to 'test/prism/snapshots/seattlerb/defn_args_forward_args.txt')
-rw-r--r--test/prism/snapshots/seattlerb/defn_args_forward_args.txt12
1 files changed, 10 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 178b6ccde7..ca03f79d57 100644
--- a/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
@@ -1,14 +1,18 @@
@ ProgramNode (location: (1,0)-(1,41))
+├── flags: ∅
├── locals: []
└── statements:
@ StatementsNode (location: (1,0)-(1,41))
+ ├── flags: ∅
└── body: (length: 1)
└── @ DefNode (location: (1,0)-(1,41))
+ ├── flags: newline
├── name: :a
├── name_loc: (1,4)-(1,5) = "a"
├── receiver: ∅
├── parameters:
│ @ ParametersNode (location: (1,6)-(1,18))
+ │ ├── flags: ∅
│ ├── requireds: (length: 3)
│ │ ├── @ RequiredParameterNode (location: (1,6)-(1,7))
│ │ │ ├── flags: ∅
@@ -25,12 +29,14 @@
│ ├── keywords: (length: 0)
│ ├── keyword_rest:
│ │ @ ForwardingParameterNode (location: (1,15)-(1,18))
+ │ │ └── flags: ∅
│ └── block: ∅
├── body:
│ @ StatementsNode (location: (1,21)-(1,36))
+ │ ├── flags: ∅
│ └── body: (length: 1)
│ └── @ CallNode (location: (1,21)-(1,36))
- │ ├── flags: ignore_visibility
+ │ ├── flags: newline, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :b
@@ -41,15 +47,17 @@
│ │ ├── flags: ∅
│ │ └── arguments: (length: 3)
│ │ ├── @ SymbolNode (location: (1,23)-(1,27))
- │ │ │ ├── flags: forced_us_ascii_encoding
+ │ │ │ ├── flags: static_literal, forced_us_ascii_encoding
│ │ │ ├── opening_loc: (1,23)-(1,24) = ":"
│ │ │ ├── value_loc: (1,24)-(1,27) = "get"
│ │ │ ├── closing_loc: ∅
│ │ │ └── unescaped: "get"
│ │ ├── @ LocalVariableReadNode (location: (1,29)-(1,30))
+ │ │ │ ├── flags: ∅
│ │ │ ├── name: :z
│ │ │ └── depth: 0
│ │ └── @ ForwardingArgumentsNode (location: (1,32)-(1,35))
+ │ │ └── flags: ∅
│ ├── closing_loc: (1,35)-(1,36) = ")"
│ └── block: ∅
├── locals: [:x, :y, :z]