summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug_call_arglist_parens.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/seattlerb/bug_call_arglist_parens.txt
parent380c218bfa85dcb1418c72144f59550999ef396c (diff)
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt')
-rw-r--r--test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
index 5056fe6d70..d65ec901c3 100644
--- a/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
+++ b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
@@ -12,7 +12,7 @@
│ │ @ StatementsNode (location: (2,8)-(2,17))
│ │ └── body: (length: 1)
│ │ └── @ CallNode (location: (2,8)-(2,17))
- │ │ ├── flags: ∅
+ │ │ ├── flags: ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :g
@@ -51,7 +51,7 @@
│ │ @ StatementsNode (location: (7,8)-(7,16))
│ │ └── body: (length: 1)
│ │ └── @ CallNode (location: (7,8)-(7,16))
- │ │ ├── flags: ∅
+ │ │ ├── flags: ignore_visibility
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :g
@@ -82,7 +82,7 @@
│ ├── equal_loc: ∅
│ └── end_keyword_loc: (8,6)-(8,9) = "end"
└── @ CallNode (location: (11,0)-(11,9))
- ├── flags: ∅
+ ├── flags: ignore_visibility
├── receiver: ∅
├── call_operator_loc: ∅
├── name: :g