On Fri Sep 18 06:50:15 2009, masak wrote: > <ruoso> rakudo: my $a = Multi.new; $a.push(sub (1,2,3) { }); > $a.push(sub (1,2) { }); say join ", ", $a.candidates
Multi's gone, so this is now obsolete (it now complains about not finding &Multi, which is fine, and doesn't need a test.) Closing ticket. -- Will "Coke" Coleda