mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
NODE_SPLAT to pass VAL/NOVAL; fix #3532
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user