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


<moritz_> rakudo: role A[$x, $y] { method x { say $x + $y } }; A[4, 5].new.x
<p6eval> rakudo 012ea2: OUTPUT«No applicable candidates found to
dispatch to for '_block52'. Available candidates are:␤:(Mu $x, Mu
$y)␤␤  in main program body at line 1␤»
<jnthn> ...wtf?
* masak submits rakudobug
<masak> rakudo: role A[$x, $y] { method x { say $x + $y } }; A[4, 5].new
<p6eval> rakudo 012ea2: OUTPUT«No applicable candidates found to
dispatch to for _block52'. Available candidates are:␤:(Mu $x, Mu $y)␤␤
 in main program body at line 1␤»

Reply via email to