mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 13:11:06 +02:00
* helper unit
This commit is contained in:
parent
183f00b8fa
commit
326da54b3a
12
tests/webtbs/uw2953.pp
Normal file
12
tests/webtbs/uw2953.pp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
unit uw2953;
|
||||||
|
{$mode Delphi}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
type
|
||||||
|
aclasswithfields = class
|
||||||
|
protected
|
||||||
|
field1:integer;
|
||||||
|
end;
|
||||||
|
implementation
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user