mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fixed too much void_expr_error(); fix #3307
This commit is contained in:
@@ -1936,7 +1936,6 @@ arg_rhs : arg %prec tOP_ASGN
|
||||
| arg modifier_rescue arg
|
||||
{
|
||||
void_expr_error(p, $1);
|
||||
void_expr_error(p, $3);
|
||||
$$ = new_mod_rescue(p, $1, $3);
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user