Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / tests / test / thlp9.pp
Size: Mime:
{ %FAIL }

{ forward declarations are not allowed }
program thlp9;

{$ifdef fpc}
  {$mode objfpc}
{$endif}

type
  TObjectHelper = class helper;

  TObjectHelper = class helper for TObject
  end;

begin
end.