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 / trhlp13.pp
Size: Mime:
{ %FAIL }

{ it's not allowed for a record helper to extend a class }
program trhlp13;

{$ifdef fpc}
  {$mode delphi}
{$endif}

type
  TTestHelper = record helper for TObject
  end;

begin
end.