Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enumerable#to_a does not take keywords but also was not handling any incoming callInfo bits. As a result an incoming CALL_KEYWORD_EMPTY bit can get stuck and propagte through to the next call. This does not process any kwargs because it is effectively a block with signature like |a, *b| but whether it should do more than clearing callInfo is unknown. Fixes jruby#8382
- Loading branch information