* extended tests

This commit is contained in:
peter 2003-10-01 19:04:11 +00:00
parent c09b9c2708
commit a63054d3a7

View File

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