Repository URL to install this package:
unit uw2956; {$mode Delphi} interface type aclasswithfields = class protected field1:integer; end; implementation end.