Actions
Bug #20472
openRactor support for ** into hash literal
Description
# shareable_constant_value: experimental_copy
a = { "foo" => "bar" }
A = { **a }
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
Like0
Like0Like0Like0