# New Ticket Created by Moritz Lenz
# Please include the string: [perl #111704]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111704 >
10:53 < moritz> r: try { say $_ } for <1 2>
10:53 <+p6eval> rakudo bd6742: OUTPUT«Any()Any()»
should be 1\n2\n
10:53 < moritz> r: try say $_ for <1 2>
10:53 <+p6eval> rakudo bd6742: OUTPUT«12»
10:53 < moritz> ok, only the block case
Same with given:
10:55 < moritz> r: try { say $_ } given 2
10:55 <+p6eval> rakudo bd6742: OUTPUT«Any()»