# New Ticket Created by Paweł Pabian
# Please include the string: [perl #116002]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=116002 >
For sample class on Rakudo 2012.11
class A { method foo (Int) {} };
signature m
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115998]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115998 >
nr: for 1..10 { LEAVE { say "x" }; next }
niecza v24-5-g599cbcb: OUTPUT«xxxx