# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #69610]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69610 >


<masak> ok. here comes today's groaner.
<masak> rakudo: class A { method uhn() { say "alive"; return self; }
}; {"foo" => &A::uhn}.<foo>(A.new)
<p6eval> rakudo f845cc: OUTPUT«alive␤Null PMC access in find_method() [...]
* masak groans
<masak> the hash lookup, the 'return'. remove either and it works.
* masak submits rakudobug
<jnthn> Not even got any guesses at that one.
<masak> don't ask me how I find these.
<jnthn> Not sure I wanna know. :-P

Reply via email to