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


my @a is Array[Int]; # Can't use unknown trait 'is ' in a variable
declaration.
class Foo is Array[Int] { } # Cannot resolve caller trait_mod:<is>(Foo,
Array, Array); none of these signatures match:

Reply via email to