mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:49:34 +02:00
13 lines
208 B
ObjectPascal
13 lines
208 B
ObjectPascal
unit uw2956;
|
|
{$mode Delphi}
|
|
|
|
interface
|
|
|
|
type
|
|
aclasswithfields = class
|
|
protected
|
|
field1:integer;
|
|
end;
|
|
implementation
|
|
end.
|