Actions
Bug #20472
openRactor support for ** into hash literal
Bug #20472:
Ractor support for ** into hash literal
Description
In this example, Ruby fails an assertion and crashes. I think we should either provide support for this, or we should explicitly provide a syntax error indicating that ** isn't allowed in constant writes when ractor pragmas are enabled.
Actions