<masak> rakudo: my $a = :x[]
<p6eval> rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...]
* masak submits rakuodbug
<masak> rakudo: :x[]
<p6eval> rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...]
What should $a contain in the above case? I.e., what's the
expected/desired value of $a.perl ?
Pm
I think it should be the same as
my $a = x => [];
(that is a pair holding an empty list or array, don't know exactly which).
cheers,
Moritz
You can now find passing tests in S02-literals/pairs.t.
Cheers,
Moritz