* function byte:byte not working

This commit is contained in:
peter 2003-10-01 18:17:48 +00:00
parent d85e1a9bf4
commit 89f1a05d43

10
tests/tbs/tb0456.pp Normal file
View File

@ -0,0 +1,10 @@
{$mode delphi}
type
c=class
function Byte: Byte; virtual; abstract;
end;
begin
end.