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 5fd8fcc8c5..917a92b7ef 100644
--- a/parse.y
+++ b/parse.y
@@ -1225,7 +1225,7 @@ aref_args : none
| tSTAR arg opt_nl
{
value_expr($2);
- $$ = NEW_BEGIN($2);
+ $$ = NEW_NEWLINE(NEW_SPLAT($2));
}
;