# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111360] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111360 >
<masak> nom: class C { method Str { "OH HAI" } }; say +(C.new, C.new).uniq <p6eval> nom c295b5: OUTPUT«1» <masak> should be 2, IMO. * masak submits rakudobug