> On 15 Jun 2016, at 05:33, Zoffix Znet via RT <perl6-bugs-follo...@perl.org> > wrote: > > Looks like this was fixed: > > <Zoffix> m: class A { method sink() { print "sunk " } }; my @a = A.new xx 10 > <camelia> rakudo-moar ac0dcd: ( no output )
Indeed, fixed with 0ef135a52207d376df3 Liz