Skip to content

Commit

Permalink
Fix @lex_state after parsing def arglist
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 22, 2013
1 parent 792f7d4 commit d76bc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/opal/grammar.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/opal/grammar.y
Expand Up @@ -1520,6 +1520,7 @@ f_arglist:
'(' f_args opt_nl ')'
{
result = val[1]
@lex_state = :expr_beg
}
| f_args term
{
Expand Down

0 comments on commit d76bc00

Please sign in to comment.