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