summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index d4d34216be..deda89b8cb 100644
--- a/parse.y
+++ b/parse.y
@@ -1235,7 +1235,7 @@ aref_args : none
| tSTAR arg opt_nl
{
value_expr($2);
- $$ = newline_node(NEW_SPLAT($2));
+ $$ = NEW_LIST(NEW_SPLAT($2));
}
;