2
0
peter 22 жил өмнө
parent
commit
a63054d3a7
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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