瀏覽代碼

* helper unit

peter 21 年之前
父節點
當前提交
326da54b3a
共有 1 個文件被更改,包括 12 次插入0 次删除
  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.