# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74236] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74236 >
<masak> rakudo: class A {}; my $x = &A::nosuch <p6eval> rakudo 43f865: OUTPUT«Null PMC access in can() [...] <masak> alpha: class A {}; my $x = &A::nosuch <p6eval> alpha 30e0ed: ( no output ) * masak submits rakudobug <masak> is that still the way to get at a method in Perl 6?