mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-12 10:30:38 +01:00
* updated
This commit is contained in:
parent
8ff5792776
commit
9d0f27ffdc
@ -1,4 +1,4 @@
|
|||||||
{$mode delphi}
|
{$ifdef fpc}{$mode delphi}{$endif}
|
||||||
|
|
||||||
type
|
type
|
||||||
parent = class
|
parent = class
|
||||||
@ -13,5 +13,10 @@ begin
|
|||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
o : child;
|
||||||
begin
|
begin
|
||||||
|
o:=child.create;
|
||||||
|
o.test;
|
||||||
|
o.free;
|
||||||
end.
|
end.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user