[Lazarus] generics support in Lazarus IDE
Alex Shishkin
alexvins at mail.ru
Sat Aug 20 12:39:21 CEST 2011
unit unit2;
{$mode delphi}{$H+}
interface
type
{ TGen }
TGen<T,u> = class
public
procedure test;
end;
implementation
{ TGen<T,u> }
procedure TGen<T, u>.test;
begin
end;
end.
20.08.2011 13:45, Juha Manninen ?????:
> 2011/8/20 Alex Shishkin <alexvins at mail.ru <mailto:alexvins at mail.ru>>
>
> If generic has 2 parameters then parsing failed. (But code
> completion works)
>
>
> Do you have an example?
>
> Juha
>
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110820/2ab450d3/attachment-0003.html>
More information about the Lazarus
mailing list