mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
no message
This commit is contained in:
parent
00b1ce2b55
commit
f32f95a58c
16
tests/webtbf/tw2670.pp
Normal file
16
tests/webtbf/tw2670.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ %version=1.1}
|
||||
{ Source provided for Free Pascal Bug Report 2670 }
|
||||
{ Submitted by "marco" on 2003-09-07 }
|
||||
{ e-mail: marco@freepascal.org }
|
||||
program bugje;
|
||||
{$mode delphi}
|
||||
|
||||
Uses Classes;
|
||||
|
||||
type theenum = (hello,hi, hoi);
|
||||
testme= class(TComponent)
|
||||
field : theenum;
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user