# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67446] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67446 >
<masak> rakudo: my @a = 0..1; @a.delete(0); say @a.perl <p6eval> rakudo 02d0ed: OUTPUT«Null PMC access in isa()in method Any::map [...]called from method List::perl [...] * masak submits rakudobug <masak> rakudo: my @a = 0..1; @a[0] = undef; say @a.perl <p6eval> rakudo 02d0ed: OUTPUT«[undef, 1]» <masak> my bet is that .delete does something naughty.
