no message

This commit is contained in:
florian 2003-09-07 14:12:43 +00:00
parent 00b1ce2b55
commit f32f95a58c

16
tests/webtbf/tw2670.pp Normal file
View 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.