On Sun Oct 09 09:10:12 2011, coke wrote:
> On Thu Aug 12 14:35:18 2010, masak wrote:
> > <tylercurtis> rakudo: role A { my $!foo; }; role B { my $!foo; };
> > class C does A does B; say 'alive';
> 
> 12:08 < [Coke]> rakudo: role A { my $!foo; }; role B { my $!foo; };
> class C
>                 does A does B; say 'alive';
> 12:08 <+p6eval> rakudo f6eb61: OUTPUT«===SORRY!===␤Too late for
> semicolon form
>                 of $*PKGDECL definition at line 1, near "say 'alive"␤»
> 
> 
> Can you rephrase the code to either still show the issue or show that
> it's fixed?

Certainly.

<masak> rakudo: role A { my $!foo; }; role B { my $!foo; }; class C does 
A does B {}; say 'alive'
<p6eval> rakudo f6eb61: OUTPUT«alive␤»

So, it's fixed now. Marking as needstest.

Reply via email to