mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 10:52:50 +02:00
* function byte:byte not working
This commit is contained in:
parent
d85e1a9bf4
commit
89f1a05d43
10
tests/tbs/tb0456.pp
Normal file
10
tests/tbs/tb0456.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{$mode delphi}
|
||||||
|
|
||||||
|
type
|
||||||
|
c=class
|
||||||
|
function Byte: Byte; virtual; abstract;
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user