pierre %!s(int64=25) %!d(string=hai) anos
pai
achega
d54b55a11b
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      tests/webtbs/tbug839.pp

+ 18 - 0
tests/webtbs/tbug839.pp

@@ -0,0 +1,18 @@
+{$mode tp}
+program notcom;
+
+type demo=object
+          constructor init;
+          destructor done(x:longint);
+          end;
+
+constructor demo.init;
+begin
+end;
+
+destructor demo.done(x:longint);
+begin
+end;
+
+begin
+end.