mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:39:16 +02:00
no message
This commit is contained in:
parent
2f75d70f63
commit
4e574233e4
22
tests/webtbs/tbug1203.pp
Normal file
22
tests/webtbs/tbug1203.pp
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 1203 }
|
||||||
|
{ Submitted by "Marco van de Voort" on 2000-10-29 }
|
||||||
|
{ e-mail: marco@freepascal.org }
|
||||||
|
{$mode Delphi}
|
||||||
|
type
|
||||||
|
someprocedureofobjectype=procedure (sender:tobject) OF
|
||||||
|
OBJECT;
|
||||||
|
|
||||||
|
a=class
|
||||||
|
protected
|
||||||
|
fondisplay : someprocedureofobjectype;
|
||||||
|
end;
|
||||||
|
|
||||||
|
b=class(A)
|
||||||
|
protected
|
||||||
|
fondisplay : someprocedureofobjectype;
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user