# New Ticket Created by Nick Logan
# Please include the string: [perl #126209]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=126209 >
This used to work somehow:
ugexe | star: my @z = (^3).map: {$_}; my $x = { :a(1) :b(@z) }
camelia | star-m 2015.03: ( no output )
But now it gives a cryptic error message:
ugexe | m: my @z = (^3).map: {$_}; my $x = { :a(1) :b(@z) }
camelia | rakudo-moar 1ed1ea: OUTPUT«===SORRY!===Unknown QAST node type NQPMu»