pierre 26 anni fa
parent
commit
c7670ad2d7
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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.