[ruby/prism] Add TODO comment

https://github.com/ruby/prism/commit/885d1d78cb
This commit is contained in:
Kevin Newton 2023-12-15 08:26:33 -05:00 committed by git
parent 16830a4783
commit 854ff25f4f

View File

@ -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);
}