This now also works on Parrot (same result on Moar and JVM): $ perl6-p -e 'my @j; my int $j = 42; @j.push($j); say @j' 42
I added a test to S02-types/native.t with commit https://github.com/perl6/roast/commit/f9b1da5bb8 I'm closing this ticket now.
Christian Bartolomaeus via RT Sat, 25 Oct 2014 13:26:25 -0700
This now also works on Parrot (same result on Moar and JVM): $ perl6-p -e 'my @j; my int $j = 42; @j.push($j); say @j' 42
I added a test to S02-types/native.t with commit https://github.com/perl6/roast/commit/f9b1da5bb8 I'm closing this ticket now.