[fpc-pascal] bug or feature?
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Feb 12 11:31:59 CET 2022
Hi,
This can't be right, can it?
type
TBird = class
procedure Fly;
end;
TEagle = TBird; // alias
procedure TEagle.Fly;
begin
end;
Mattias
More information about the fpc-pascal
mailing list