# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119063] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119063 >
<lizmat> r: my Int @a=<foo bar>; say @a # yikes! <camelia> rakudo f8e970: OUTPUT«foo bar» * masak submits rakudobug <masak> r: my Int @a; @a = <foo bar>; say @a <camelia> rakudo f8e970: OUTPUT«foo bar»