* updated

This commit is contained in:
peter 2003-05-23 14:33:23 +00:00
parent 8ff5792776
commit 9d0f27ffdc

View File

@ -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.