# New Ticket Created by Tobias Leich # Please include the string: [perl #121349] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=121349 >
<FROGGS> r: my @j; my int $j = 42; @j.push($j); say @j <camelia> rakudo-jvm 1726c7, rakudo-moar 1726c7: OUTPUT«42» <camelia> ..rakudo-parrot 1726c7: OUTPUT«Cannot assign a non-Perl 6 value to a Perl 6 container in method REIFY at gen/parrot/CORE.setting:8407 in method reify at gen/parrot/CORE.setting:7279 in method gimme at gen/parrot/CORE.setting:7724 in method push at gen/parrot/CORE.setti…» Pushing the native int explodes only on parrot.