On Fri Jan 02 12:06:57 2009, publiustemp-perl6compil...@yahoo.com wrote:
>
> However, any whitespace after the opening paren causes a parse
> failure:
>
> class Foo {
> has ($.this,
> $.that,
> );
> }
> my Foo $foo .= new( this => 3, that => 4 );
> say $foo.this;
# New Ticket Created by publiustemp-perl6compil...@yahoo.com
# Please include the string: [perl #61914]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61914 >
This works fine:
class Foo {
has ($.this,
$.t