On Wed, Mar 6, 2013 at 10:00 PM, Michael Schnell <mschn...@lumino.de> wrote: > On 03/05/2013 05:17 PM, Alexander Klenin wrote: >> >> 1) Make sure "is" and "as" work with generic types -- maybe they already >> are? > > "is" the generic type and/or "is" a certain specialization ? Yes, and also generic parameters.
procedure TGenegic<T>Proc; begin if T is String then ... end; -- Alexander S. Klenin _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel