summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/op_asgn.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/op_asgn.txt
parent380c218bfa85dcb1418c72144f59550999ef396c (diff)
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/whitequark/op_asgn.txt')
-rw-r--r--test/prism/snapshots/whitequark/op_asgn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/whitequark/op_asgn.txt b/test/prism/snapshots/whitequark/op_asgn.txt
index 76f2e27dd9..5d7fb0c7fa 100644
--- a/test/prism/snapshots/whitequark/op_asgn.txt
+++ b/test/prism/snapshots/whitequark/op_asgn.txt
@@ -7,7 +7,7 @@
│ ├── flags: ∅
│ ├── receiver:
│ │ @ CallNode (location: (1,0)-(1,3))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :foo
@@ -29,7 +29,7 @@
│ ├── flags: ∅
│ ├── receiver:
│ │ @ CallNode (location: (3,0)-(3,3))
- │ │ ├── flags: variable_call
+ │ │ ├── flags: variable_call, ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :foo
@@ -51,7 +51,7 @@
├── flags: ∅
├── receiver:
│ @ CallNode (location: (5,0)-(5,3))
- │ ├── flags: variable_call
+ │ ├── flags: variable_call, ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :foo