Explorar o código

* helper unit

peter %!s(int64=21) %!d(string=hai) anos
pai
achega
326da54b3a
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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.