# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73346]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73346 >
<baest> rakudo: my @a; say @a.list
<p6eval> rakudo 974d9a: OUTPUT«Null PMC access in elements()current instr.:
'perl6;SeqIter;get' pc 13979 (src/builtins/Routine.pir:113)»
* masak submits rakudobug
<jnthn> oh no, not that bug.
<masak> rakudo: my @a = 1, 2, 3; say @a.list
<p6eval> rakudo 974d9a: OUTPUT«123»
<masak> rakudo: my @a = 1; shift @a; say @a.list
<p6eval> rakudo 974d9a: OUTPUT«»
<pmichaud> .list is still suspect-ish