Hello. I've tried to declare fields with generics in local types, but it seems to be always rejected. For example :
declare MyType
list : List<String>
end
I've also tried with ArrayList or other concrete classes, but the syntax seems to produce syntax errors.
Is this a limitation in type declaration ?
An idea ?
Thanks for your help.
Regards.