* helper unit

This commit is contained in:
peter 2004-02-13 15:44:43 +00:00
parent 183f00b8fa
commit 326da54b3a

12
tests/webtbs/uw2953.pp Normal file
View File

@ -0,0 +1,12 @@
unit uw2953;
{$mode Delphi}
interface
type
aclasswithfields = class
protected
field1:integer;
end;
implementation
end.