mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 15:29:16 +02:00
* new bugs
This commit is contained in:
parent
f21892ffc3
commit
f76bde6a64
19
tests/webtbf/tw2400.pp
Normal file
19
tests/webtbf/tw2400.pp
Normal file
@ -0,0 +1,19 @@
|
||||
{ %fail }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 2400 }
|
||||
{ Submitted by "Sergey Kosarevsky" on 2003-02-26 }
|
||||
{ e-mail: netsurfer@au.ru }
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
Type tObj=Class
|
||||
Class Constructor Init;
|
||||
End;
|
||||
|
||||
Class Constructor tObj.Init;
|
||||
Begin
|
||||
End;
|
||||
|
||||
Begin
|
||||
tObj.Init;
|
||||
End.
|
Loading…
Reference in New Issue
Block a user