# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63330] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63330 >
<masak> I know. let's do diamonds! <masak> rakudo: role A { method foo { say "OH HAI" } }; role B does A {}; role C does A {}; class D does B does A {}; D.new.foo <p6eval> rakudo 543e22: OUTPUT«A conflict occurred during role composition due to method 'foo'. [...] <masak> this should work, shouldn't it? <masak> a method shouldn't conflict with itself. <jnthn> That's a bug. * masak bugmits rakudosub