fpc/tests/webtbs/tw20407.pp
svenbarth 5ffba57b51 Add tests for resolved generic bug reports.
Also adjusted test for report 20836 (removed unneeded units and the {$R ...} directive completely and added a "%NORUN" modifier).

git-svn-id: trunk@19817 -
2011-12-11 15:49:22 +00:00

15 lines
139 B
ObjectPascal

{ %NORUN }
program tw20407;
{$mode delphi}
type
tbwimagegen<T> = class
type
TLocalType = tbwimagegen<T>;
end;
begin
end.