Browse Source

* helper unit

peter 21 years ago
parent
commit
326da54b3a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tests/webtbs/uw2953.pp

+ 12 - 0
tests/webtbs/uw2953.pp

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