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 / tbf / tb0054.pp
Size: Mime:
{ %FAIL }
{ Old file: tbf0281.pp }
{ dup id checking with property is wrong }

{$mode objfpc}

type
  test_one = class
     protected
       fTest : String;
     public
       property Test: String READ fTest WRITE fTest;
       procedure Testen(Test: BOolean);
                        { ^ duplicate identifier? }
  end;


procedure test_one.testen(test: boolean);
begin
end;

begin
end.