fpc/tests/tbs/ub0421a.pp
2005-02-14 17:13:06 +00:00

15 lines
142 B
ObjectPascal

unit ub0421a;
interface
{$mode objfpc}
uses ub0421b;
type
cl3=class(cl2)
property f:longint read f1;
end;
implementation
end.