aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/defn_splat_arg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/defn_splat_arg.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/defn_splat_arg.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/yarp/snapshots/seattlerb/defn_splat_arg.txt b/test/yarp/snapshots/seattlerb/defn_splat_arg.txt
index 3b316d642f..90bb0c2b26 100644
--- a/test/yarp/snapshots/seattlerb/defn_splat_arg.txt
+++ b/test/yarp/snapshots/seattlerb/defn_splat_arg.txt
@@ -11,14 +11,14 @@
│ @ ParametersNode (location: (6...10))
│ ├── requireds: (length: 0)
│ ├── optionals: (length: 0)
- │ ├── posts: (length: 1)
- │ │ └── @ RequiredParameterNode (location: (9...10))
- │ │ └── name: :a
│ ├── rest:
│ │ @ RestParameterNode (location: (6...7))
│ │ ├── name: nil
│ │ ├── name_loc: ∅
│ │ └── operator_loc: (6...7) = "*"
+ │ ├── posts: (length: 1)
+ │ │ └── @ RequiredParameterNode (location: (9...10))
+ │ │ └── name: :a
│ ├── keywords: (length: 0)
│ ├── keyword_rest: ∅
│ └── block: ∅