mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
tbug738.pp
This commit is contained in:
parent
116acd6f10
commit
c7670ad2d7
13
tests/webtbs/tbug739.pp
Normal file
13
tests/webtbs/tbug739.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user