fpc/tests/webtbs/tw17957.pp
florian d99081fa47 + additional test
git-svn-id: trunk@16478 -
2010-11-29 21:18:59 +00:00

14 lines
147 B
ObjectPascal

{$mode objfpc}
uses fgl;
type
TFoo1 = class(TObject);
TFoo2 = class
type
TFooList = specialize TFPGList<TFoo1>;
end;
begin
end.