# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74032] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74032 >
<masak> rakudo: class Animal does Pet { }; role Pet does Bite { }; role Bite { method bite() { say "ouch" } }; <p6eval> rakudo 020a6a: OUTPUT«Null PMC access in type() [...] * masak submits rakuodbug <masak> rakudo: class A does B {} <p6eval> rakudo 020a6a: OUTPUT«Null PMC access in type() [...] <masak> ah. that's it.