# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61944] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61944 >
<eric256> rakudo: my %test = (1 => <a b c>); my @word = <e f g>;
(%test{1} X~X @word).perl.say
<p6eval> rakudo 34889: OUTPUT«["a b ce", "a b cf", "a b cg"]»
<eric256> it appears to be stringifying <a b c> before crossing
it..any idea what i did wrong?
* masak submits rakudobug
