# New Ticket Created by  Minimiscience 
# Please include the string:  [perl #67600]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67600 >


Rakudo is unable to parse any of the following declarations:

     my @a[5];
     my @b[5;4];
     my @c[*];
     my @d[5;*];
     my @e[*;4];
     my @f[*;*];

(This seems like a bug that would have already been reported, but I  
couldn't find any references to it in the request tracker.)

This problem was observed on Rakudo Perl #18 ("Pittsburgh") with  
revision 39599 of Parrot on Mac OS X 10.5.6.

Reply via email to