Skip to content

Commit

Permalink
Fixed too much void_expr_error(); fix #3307
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Nov 30, 2016
1 parent 0e9c9ac commit 8461a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mrbgems/mruby-compiler/core/parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
;
Expand Down

0 comments on commit 8461a31

Please sign in to comment.