pierre %!s(int64=26) %!d(string=hai) anos
pai
achega
c7670ad2d7
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      tests/webtbs/tbug739.pp

+ 13 - 0
tests/webtbs/tbug739.pp

@@ -0,0 +1,13 @@
+{$mode delphi}
+
+type
+(* {$IFDEF FPK}
+  y = class; { shouldn't be necessary }
+{$ENDIF} *)
+  x = class of y;
+  y = class
+   z:Boolean;
+  end;
+
+begin
+end.