# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77434]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77434 >
<masak> rakudo: role R { method bar { say "bar" } }; my $foo = class {
method foo { say "foo" } }; $foo does R; $foo.foo; $foo.bar
<p6eval> rakudo 3a339e: OUTPUT«Attempt to use rebless_subclass where
the new class was not a subclass [...]
* masak submits rakudobug
* masak feels like King Midas sometimes :)
<masak> everything I touch becomes a bug report.
* Su-Shee recommends rereading some greek stories. ;)
<masak> rakudo: class {} does role {}
<p6eval> rakudo 3a339e: OUTPUT«Attempt to use rebless_subclass where
the new class was not a subclass [...]