mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:48:06 +02:00
15 lines
142 B
ObjectPascal
15 lines
142 B
ObjectPascal
unit ub0421a;
|
|
interface
|
|
{$mode objfpc}
|
|
|
|
uses ub0421b;
|
|
|
|
type
|
|
cl3=class(cl2)
|
|
property f:longint read f1;
|
|
end;
|
|
|
|
implementation
|
|
end.
|
|
|