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


<jnthn> my %h{Mu}; # now you can store objects as keys
<jnthn> m: my %xy{Mu};
<camelia> rakudo-moar dd3bcc: ( no output )
<jnthn> Note the keys there are objects, not strings.
<moritz> m: my %xy{Mu}; %xy{1&2} = 3; say %xy.perl
<camelia> rakudo-moar ccb41d: OUTPUT«Hash[Any,Mu].new(1 => 3, 2 => 3)␤»
<moritz> bug
<jnthn> hah...I wonder if the postcircumfix sub is to blame...
* masak submits rakudobug

Reply via email to