# New Ticket Created by  Lewis Wall 
# Please include the string:  [perl #69482]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69482 >


[22:14] <quietfanatic> I am currently fighting an incorrugible bug whereby
an auspiciously declared array becomes unwilling to store anything but
Ints.[22:18]
<quietfanatic> Caught it!
[22:19] <quietfanatic> rakudo: our Int @A1; our @A2; @A2[0] = "Str"
[22:19] <+p6eval> rakudo c8181a: OUTPUT«Assignment type check failed;
expected Int, but got Str␤in Main (/tmp/mVjCqSxaqo:0)␤»
[22:20] <quietfanatic> The first array being declared as Int messes with the
second array as well.

Reply via email to