On Mon Feb 16 11:20:06 2009, bacek wrote:
> On Sun Dec 14 02:15:27 2008, masak wrote:
> > The following doesn't parse in Rakudo r33860:
> > 
> > $ perl6 -e 'class A { method x { say "OH HAI" } }; my $c = class is A
> > {}; $c.x'
> > Statement not terminated properly at line 1, near "{}; $c.x"
> > [...]
> > 
> > I don't know if this is specced, but it seems kind of natural and
> > possibly useful.
> 
> It should be "my $c = class :: is A";
> 
Which as of git 5d74999 Rakudo now supports. Added a couple of tests for it.

Thanks,

Jonathan

Reply via email to