summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/call_assoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_assoc.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_assoc.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/prism/snapshots/seattlerb/call_assoc.txt b/test/prism/snapshots/seattlerb/call_assoc.txt
deleted file mode 100644
index 438c256553..0000000000
--- a/test/prism/snapshots/seattlerb/call_assoc.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,7))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,7))
- └── body: (length: 1)
- └── @ CallNode (location: (1,0)-(1,7))
- ├── flags: ignore_visibility
- ├── receiver: ∅
- ├── call_operator_loc: ∅
- ├── name: :f
- ├── message_loc: (1,0)-(1,1) = "f"
- ├── opening_loc: (1,1)-(1,2) = "("
- ├── arguments:
- │ @ ArgumentsNode (location: (1,2)-(1,6))
- │ ├── flags: ∅
- │ └── arguments: (length: 1)
- │ └── @ KeywordHashNode (location: (1,2)-(1,6))
- │ ├── flags: ∅
- │ └── elements: (length: 1)
- │ └── @ AssocNode (location: (1,2)-(1,6))
- │ ├── key:
- │ │ @ IntegerNode (location: (1,2)-(1,3))
- │ │ ├── flags: decimal
- │ │ └── value: 2
- │ ├── value:
- │ │ @ IntegerNode (location: (1,5)-(1,6))
- │ │ ├── flags: decimal
- │ │ └── value: 3
- │ └── operator_loc: (1,3)-(1,5) = "=>"
- ├── closing_loc: (1,6)-(1,7) = ")"
- └── block: ∅