[ruby/prism] Add TODO comment
https://github.com/ruby/prism/commit/885d1d78cb
This commit is contained in:
parent
16830a4783
commit
854ff25f4f
@ -11339,6 +11339,7 @@ parse_arguments(pm_parser_t *parser, pm_arguments_t *arguments, bool accepts_for
|
||||
|
||||
parsed_bare_hash = true;
|
||||
} else if (accept1(parser, PM_TOKEN_KEYWORD_IN)) {
|
||||
// TODO: Could we solve this with binding powers instead?
|
||||
pm_parser_err_current(parser, PM_ERR_ARGUMENT_IN);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user