# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #81060] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81060 >
<masak> rakudo: class A { ... }; class B is A {}; class A {} <p6eval> rakudo cae7f9: OUTPUT«===SORRY!===Parent isn't a Class.» * masak submits LTA rakudobug * masak wonders idly what the parent is <masak> rakudo: class A { ... }; say A.WHAT <p6eval> rakudo cae7f9: OUTPUT«Failure()» <masak> ah. <masak> rakudo: class A { ... }; class B is A {} <p6eval> rakudo cae7f9: OUTPUT«===SORRY!===Null PMC access in can()» <masak> huh. <masak> that's the first causality-defying Null PMC access. :)