In fcl-passrc, TPasElement.GetDeclaration does not display generic type specializations correctly
In fcl-passrc, the TPasElement.GetDeclaration method does not display generic type specializations correctly. For example, in the case of: ``` type TMyList=specialize TFPGList<TObject>; ``` shows ``` specialize TFPGList< ``` I attach an example to reproduce. Simone. [test.zip](/uploads/0b17dd367dec8f0de92d7a22709d55f9/test.zip)
issue