Repository URL to install this package:
Version:
3.0.0 ▾
|
{ %FAIL }
{ helpers may not be referenced in any way - test 8 }
program thlp22;
{$ifdef fpc}
{$mode delphi}
{$endif}
type
TObjectHelper = class helper for TObject
end;
TObjectHelperSub = class(TObjectHelper)
end;
begin
end.