mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 18:10:29 +02:00

U compiler\pdecsub.pas U compiler\symdef.pas U compiler\pdecobj.pas U compiler\htypechk.pas U compiler\ncal.pas U compiler\symtable.pas --- Recording mergeinfo for merge of r19281 into '.': U . --- Merging r19282 into '.': A tests\webtbf\tw19975.pp --- Recording mergeinfo for merge of r19282 into '.': G . git-svn-id: trunk@19343 -
16 lines
153 B
ObjectPascal
16 lines
153 B
ObjectPascal
{ %FAIL }
|
|
|
|
program uGenHelper;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
type
|
|
generic TGeneric<T> = class
|
|
end;
|
|
|
|
THelper = class helper for TGeneric
|
|
end;
|
|
|
|
begin
|
|
end.
|