Ver Fonte

* extended tests

peter há 22 anos atrás
pai
commit
a63054d3a7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tests/tbs/tb0456.pp

+ 1 - 0
tests/tbs/tb0456.pp

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