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


<colomon> rakudo: my $a = Set.new(1, 2, 3, 4); say ($a <<+>>
Set.new(2, 42)).perl;
<p6eval> rakudo 2c66f9: OUTPUT«{"2" => 2}␤»
<colomon> okay, that's officially not at all what I expected
<masak> huh?
* masak submits rakudobug

Since Sets are unordered, the exact result of <<+>> probably wouldn't
be guaranteed. But it definitely shouldn't be a hash, it should
probably be a Set with four elements.

Reply via email to