# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #78496]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78496 >


<masak> rakudo: my $pair = "OH HAI" => 42; my (Pair (:$key, :$value))
:= $pair; .say for $key, $value
<p6eval> rakudo d35769: OUTPUT«Mu()␤Mu()␤»
<masak> better, though.
<moritz_> I think the Capturification of Pair is broken
<jnthn> rakudo: my $pair = "OH HAI" => 42; say $pair.Capture.perl
<p6eval> rakudo d35769: OUTPUT«\()␤»
<moritz_> right
<jnthn> Yeah
<jnthn> That's the real issue.
<jnthn> It woulda worked if that had.
* masak submits rakudobug

Reply via email to