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


The following code does not give the expected result ('2') on rakudo.jvm:

$ perl6-j -e 'multi catch(| (*@all ) ) { 1 }; multi catch(| (*@all, :$really! ) 
) { 2 }; say catch(0, 5, :!really)'
1

Reply via email to