# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79670] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79670 >
<masak> rakudo: role A { method foo { ... }; method bar { say "HAI" } }; role B { method foo { say "OH" }; method bar { ... } }; class C does A does B {}; .foo && .bar given C.new <p6eval> rakudo : OUTPUT«===SORRY!===Method 'foo' collides and a resolution must be provided by the class» <masak> that should work, right? <moritz_> masak: yes, it should * masak submits rakudobug