summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/unparser/corpus/semantic/send.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/unparser/corpus/semantic/send.txt
parent380c218bfa85dcb1418c72144f59550999ef396c (diff)
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/semantic/send.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/send.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/prism/snapshots/unparser/corpus/semantic/send.txt b/test/prism/snapshots/unparser/corpus/semantic/send.txt
index 8cb28a8e57..a4e261e377 100644
--- a/test/prism/snapshots/unparser/corpus/semantic/send.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/send.txt
@@ -4,7 +4,7 @@
@ StatementsNode (location: (1,0)-(6,15))
└── body: (length: 4)
├── @ CallNode (location: (1,0)-(1,3))
- │ ├── flags: variable_call
+ │ ├── flags: variable_call, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :foo
@@ -14,7 +14,7 @@
│ ├── closing_loc: ∅
│ └── block: ∅
├── @ CallNode (location: (2,0)-(2,6))
- │ ├── flags: ∅
+ │ ├── flags: ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :foo
@@ -38,7 +38,7 @@
│ │ │ ├── flags: ∅
│ │ │ ├── receiver:
│ │ │ │ @ CallNode (location: (4,0)-(4,1))
- │ │ │ │ ├── flags: variable_call
+ │ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
│ │ │ │ ├── name: :a
@@ -56,7 +56,7 @@
│ │ │ │ ├── flags: ∅
│ │ │ │ └── arguments: (length: 1)
│ │ │ │ └── @ CallNode (location: (4,6)-(4,7))
- │ │ │ │ ├── flags: variable_call
+ │ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
│ │ │ │ ├── name: :b
@@ -83,7 +83,7 @@
│ │ ├── flags: ∅
│ │ └── arguments: (length: 1)
│ │ └── @ CallNode (location: (4,14)-(4,15))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :d
@@ -98,7 +98,7 @@
├── flags: ∅
├── receiver:
│ @ CallNode (location: (6,0)-(6,1))
- │ ├── flags: variable_call
+ │ ├── flags: variable_call, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :a
@@ -122,7 +122,7 @@
│ │ ├── flags: ∅
│ │ ├── receiver:
│ │ │ @ CallNode (location: (6,5)-(6,6))
- │ │ │ ├── flags: variable_call
+ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
│ │ │ ├── name: :d
@@ -147,7 +147,7 @@
│ │ ├── flags: ∅
│ │ └── arguments: (length: 1)
│ │ └── @ CallNode (location: (6,13)-(6,14))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :c