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


from http://irclog.perlgeek.de/perl6/2016-04-27#i_12398550

06:43   raydiak m: my %foo; %foo<bar>[*-0] = 42; say %foo.perl;
06:43   camelia rakudo-moar ce5dc0: OUTPUT«{:bar($[Any, 42])}␤»
06:43   raydiak ^ where did the Any come from?
06:43           m: my @foo; @foo[*-0] = 42; say @foo.perl;
06:43   camelia rakudo-moar ce5dc0: OUTPUT«[42]␤»
06:45   raydiak m: my %foo; %foo<bar>.push: 42; say %foo.perl;
06:45   camelia rakudo-moar ce5dc0: OUTPUT«{:bar($[42])}␤»
06:45   masak   raydiak: looks bugly to me
06:46   raydiak thanks masak, I'll file a report then

Reply via email to