summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/numparam_outside_block.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-01-02 14:54:45 -0500
committergit <svn-admin@ruby-lang.org>2024-01-02 20:59:19 +0000
commitadbfbd822f37d9dfc94d071af4d2d4390bfb29eb (patch)
treea027fe16a035133f864df962ab83c7da0be82ee8 /test/prism/snapshots/whitequark/numparam_outside_block.txt
parent380c218bfa85dcb1418c72144f59550999ef396c (diff)
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/whitequark/numparam_outside_block.txt')
-rw-r--r--test/prism/snapshots/whitequark/numparam_outside_block.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/prism/snapshots/whitequark/numparam_outside_block.txt b/test/prism/snapshots/whitequark/numparam_outside_block.txt
index bfd1bb8e0c..8ee53070fb 100644
--- a/test/prism/snapshots/whitequark/numparam_outside_block.txt
+++ b/test/prism/snapshots/whitequark/numparam_outside_block.txt
@@ -4,7 +4,7 @@
@ StatementsNode (location: (1,0)-(9,17))
└── body: (length: 5)
├── @ CallNode (location: (1,0)-(1,2))
- │ ├── flags: variable_call
+ │ ├── flags: variable_call, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :_1
@@ -19,7 +19,7 @@
│ ├── operator_loc: (3,6)-(3,8) = "<<"
│ ├── expression:
│ │ @ CallNode (location: (3,9)-(3,12))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :foo
@@ -32,7 +32,7 @@
│ │ @ StatementsNode (location: (3,14)-(3,16))
│ │ └── body: (length: 1)
│ │ └── @ CallNode (location: (3,14)-(3,16))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :_1
@@ -54,7 +54,7 @@
│ │ @ StatementsNode (location: (5,9)-(5,11))
│ │ └── body: (length: 1)
│ │ └── @ CallNode (location: (5,9)-(5,11))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :_1
@@ -75,7 +75,7 @@
│ │ @ StatementsNode (location: (7,12)-(7,14))
│ │ └── body: (length: 1)
│ │ └── @ CallNode (location: (7,12)-(7,14))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :_1
@@ -102,7 +102,7 @@
│ @ StatementsNode (location: (9,10)-(9,12))
│ └── body: (length: 1)
│ └── @ CallNode (location: (9,10)-(9,12))
- │ ├── flags: variable_call
+ │ ├── flags: variable_call, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :_1