Re: [fpc-pascal] Extraneous generic parameters

2021-03-15 Thread Sven Barth via fpc-pascal
Ryan Joseph via fpc-pascal schrieb am Mo., 15. März 2021, 20:45: > > > > On Mar 15, 2021, at 12:42 AM, Sven Barth > wrote: > > > > The TArray generic type is part of the ObjPas unit, so the compiler > simply picks that instead of that of your program. ;) > > Sneaky but that explains the issue. >

Re: [fpc-pascal] Extraneous generic parameters

2021-03-15 Thread Ryan Joseph via fpc-pascal
> On Mar 15, 2021, at 12:42 AM, Sven Barth wrote: > > The TArray generic type is part of the ObjPas unit, so the compiler simply > picks that instead of that of your program. ;) Sneaky but that explains the issue. Btw since we're on the topic of arrays. Are short strings and static arrays no