NODE_SPLAT to pass VAL/NOVAL; fix #3532

parent f5632f2f
......@@ -1681,7 +1681,7 @@ codegen(codegen_scope *s, node *tree, int val)
break;
case NODE_SPLAT:
codegen(s, tree, VAL);
codegen(s, tree, val);
break;
case NODE_ASGN:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment