Hello, Could someone check whether or not this compiles with Delphi 2009+ ?
****
type
tforward = class;
tc = class
type
tnest = class
end;
end;
ty = class
function f: tforward;
end;
tforward = tc.tnest;
begin
end.
***
Thanks,
Jonas
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel
