fpc/tests/tbs/ub0421a.pp
2002-11-21 22:47:38 +00:00

14 lines
142 B
ObjectPascal

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