# New Ticket Created by Kelly Dasovich
# Please include the string: [perl #122895]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=122895 >
Not sure if this is actually a rakudobug or a specbug, but it is definitely
surprising and unsettling.
(my @ = 'a', <b c>)[1].perl.say;
# "b"
(constant @ = 'a', <b c>)[1].perl.say;
# ("b", "c")
perl6 -v
# This is perl6 version 2014.09-81-g89abcf2 built on MoarVM version
2014.09-12-gb9e24ee