summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/iter_args_4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/iter_args_4.txt')
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_4.txt45
1 files changed, 0 insertions, 45 deletions
diff --git a/test/prism/snapshots/seattlerb/iter_args_4.txt b/test/prism/snapshots/seattlerb/iter_args_4.txt
deleted file mode 100644
index c4f2b47a03..0000000000
--- a/test/prism/snapshots/seattlerb/iter_args_4.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,16))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,16))
- └── body: (length: 1)
- └── @ CallNode (location: (1,0)-(1,16))
- ├── flags: ignore_visibility
- ├── receiver: ∅
- ├── call_operator_loc: ∅
- ├── name: :f
- ├── message_loc: (1,0)-(1,1) = "f"
- ├── opening_loc: ∅
- ├── arguments: ∅
- ├── closing_loc: ∅
- └── block:
- @ BlockNode (location: (1,2)-(1,16))
- ├── locals: [:a, :b, :c]
- ├── parameters:
- │ @ BlockParametersNode (location: (1,4)-(1,14))
- │ ├── parameters:
- │ │ @ ParametersNode (location: (1,5)-(1,13))
- │ │ ├── requireds: (length: 1)
- │ │ │ └── @ RequiredParameterNode (location: (1,5)-(1,6))
- │ │ │ ├── flags: ∅
- │ │ │ └── name: :a
- │ │ ├── optionals: (length: 0)
- │ │ ├── rest:
- │ │ │ @ RestParameterNode (location: (1,8)-(1,10))
- │ │ │ ├── flags: ∅
- │ │ │ ├── name: :b
- │ │ │ ├── name_loc: (1,9)-(1,10) = "b"
- │ │ │ └── operator_loc: (1,8)-(1,9) = "*"
- │ │ ├── posts: (length: 1)
- │ │ │ └── @ RequiredParameterNode (location: (1,12)-(1,13))
- │ │ │ ├── flags: ∅
- │ │ │ └── name: :c
- │ │ ├── keywords: (length: 0)
- │ │ ├── keyword_rest: ∅
- │ │ └── block: ∅
- │ ├── locals: (length: 0)
- │ ├── opening_loc: (1,4)-(1,5) = "|"
- │ └── closing_loc: (1,13)-(1,14) = "|"
- ├── body: ∅
- ├── opening_loc: (1,2)-(1,3) = "{"
- └── closing_loc: (1,15)-(1,16) = "}"