mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Also fixes [Bug #20955]
This commit is contained in:
parent
2783868de2
commit
46fec0f62a
Notes:
git
2024-12-19 07:12:37 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
4 changed files with 8 additions and 4 deletions
|
@ -5950,7 +5950,7 @@ pm_compile_scope_node(rb_iseq_t *iseq, pm_scope_node_t *scope_node, const pm_nod
|
|||
}
|
||||
|
||||
if (scope_node->parameters != NULL && PM_NODE_TYPE_P(scope_node->parameters, PM_IT_PARAMETERS_NODE)) {
|
||||
ID local = rb_make_temporary_id(local_index);
|
||||
ID local = idIt;
|
||||
local_table_for_iseq->ids[local_index++] = local;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue