# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #113548]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113548 >


<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␤»

Reply via email to