Browse Source

tbug738.pp

pierre 26 years ago
parent
commit
c7670ad2d7
1 changed files with 13 additions and 0 deletions
  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.