# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74286] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74286 >
<masak> rakudo: class A { method foo {} }; say A.can("foo").WHAT <p6eval> rakudo ae2e81: OUTPUT«Method 'WHAT' not found for invocant of class 'P6Invocation' [...] <masak> o.O * masak submits rakudobug What's a P6Invocation doing in my .can result?