On Sat Mar 16 10:02:08 2013, jn...@jnthn.net wrote:
> On Thu Jun 07 13:52:49 2012, moritz wrote:
> > <not_gerd> r: multi sub foo() { say 'here'; LEAVE say 'not here'; }; 
> foo;
> > <p6eval> rakudo 332540: OUTPUT«here␤»
> > 
> > Works without the "multi":
> > 
> > <moritz> r: sub foo() { say 'here'; LEAVE say 'not here' }; foo;
> > <p6eval> rakudo 332540: OUTPUT«here␤not here␤»
> 
> Fixed after the recent multi-dispatch changes:
> 
> > multi sub foo() { say 'here'; LEAVE say 'not here'; }; foo;
> here
> not here
> 
> Tagging testneeded.
> 
> /jnthn

Test added in S04-phasers/enter-leave.t 

-- 
Will "Coke" Coleda

Reply via email to