# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77708] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77708 >
<smash> can anyone tell me what i'm doing wrong in this MMD example http://gist.github.com/567037 ? <masak> yep, getting it too now. * masak submits rakudobug <masak> rakudo: multi f([]) {}; multi f(@a) {}; my @b = 1, 2, 3; f @b <p6eval> rakudo 77a72a: OUTPUT«No applicable candidates found to dispatch to for 'f'. Available candidates are::(Positional ()):(@a) in main program body at line 22:/tmp/rYSqpp_pYJ»
