tbug738.pp

This commit is contained in:
pierre 1999-12-12 23:35:53 +00:00
parent 116acd6f10
commit c7670ad2d7

13
tests/webtbs/tbug739.pp Normal file
View File

@ -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.