# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #65672] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65672 >
22:37 <pmichaud> rakudo: multi sub a() { 1; }; multi sub a($x) { $x; }; sub b(&x) { &x() }; b(&a); 22:38 <jnthn> :-( That's a ticket. 22:38 <p6eval> rakudo f7dbcc: OUTPUT«Parameter type check failed; expected something matching but got something of type Multi() for x in call to bcurrent instr.: 'die' pc 16712 (src/builtins/control.pir:225)» 22:38 <jnthn> And that's the upshot of the first problem. 22:38 <jnthn> pmichaud: If you file, I can fix that tomorrow. 22:38 * pmichaud files ticket.