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


12:11 <@moritz_> rakudo: class A { multi method b($x where { 0 } ) { }
}; A.new.b(4)
12:11 <+p6eval> rakudo 92e914: OUTPUT«No candidates found to invoke␤  in
main  program body at line 11:/tmp/jdOpy6exrT␤»
12:13  * moritz_ submits rakudobug about LTA error message

It should mention at least:
1) the name of the method
2) the type of the invocant

bonus points (and a beer at our next meeting) for listing candidates
like failed multi sub dispatch does it.

Reply via email to