# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #112236]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112236 >
<moritz> p6: class A { has @.a; method sayit { .say for $.a } };
A.new(a => (2, 3, 4)).sayit
<p6eval> pugs, rakudo 4373f0: OUTPUT«234»
<p6eval> ..niecza v15-6-gefda208: OUTPUT«2 3 4»
<moritz> niecza++ is correct here
<tadzik> indeed
<pmichaud> that should be really easy to fix
<pmichaud> since we already handle $( ) and @( )
<pmichaud> does that have a rakudobug ?
* masak submits this one