mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
* missing function result
This commit is contained in:
parent
6ecc535b18
commit
9cab8ec422
@ -3,7 +3,7 @@
|
||||
type
|
||||
c=class
|
||||
function Byte: Byte; virtual; abstract;
|
||||
function P(b: Byte); virtual; abstract;
|
||||
function P(b: Byte):boolean; virtual; abstract;
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user