Browse Source

* extended tests

peter 22 years ago
parent
commit
a63054d3a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/tbs/tb0456.pp

+ 1 - 0
tests/tbs/tb0456.pp

@@ -3,6 +3,7 @@
 type
 type
   c=class
   c=class
    function Byte: Byte; virtual; abstract;
    function Byte: Byte; virtual; abstract;
+   function P(b: Byte); virtual; abstract;
   end;
   end;
 
 
 begin
 begin