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 / webtbs / tw26069.pp
Size: Mime:
{ %norun }
Unit tw26069;

{$mode delphi}

Interface

Type
  TClass1 = Class
  Type
    TReason = (rnOne, rnTwo);
  End;

  TClass2 = Class
  Type
    TReason = (rn1, rn2);
  End;


Implementation

End.