aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/difficult3__9.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/difficult3__9.txt')
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__9.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/difficult3__9.txt b/test/prism/snapshots/seattlerb/difficult3__9.txt
index 09246314e5..8918bf49cf 100644
--- a/test/prism/snapshots/seattlerb/difficult3__9.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__9.txt
@@ -21,14 +21,14 @@
│ │ │ │ ├── @ RequiredParameterNode (location: (1,5)-(1,6))
│ │ │ │ │ └── name: :a
│ │ │ │ └── @ MultiTargetNode (location: (1,8)-(1,12))
- │ │ │ │ ├── requireds: (length: 0)
+ │ │ │ │ ├── lefts: (length: 0)
│ │ │ │ ├── rest:
│ │ │ │ │ @ SplatNode (location: (1,9)-(1,11))
│ │ │ │ │ ├── operator_loc: (1,9)-(1,10) = "*"
│ │ │ │ │ └── expression:
│ │ │ │ │ @ RequiredParameterNode (location: (1,10)-(1,11))
│ │ │ │ │ └── name: :b
- │ │ │ │ ├── posts: (length: 0)
+ │ │ │ │ ├── rights: (length: 0)
│ │ │ │ ├── lparen_loc: (1,8)-(1,9) = "("
│ │ │ │ └── rparen_loc: (1,11)-(1,12) = ")"
│ │ │ ├── optionals: (length: 0)