mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 06:39:38 +02:00
+ 2403 bug report
This commit is contained in:
parent
3d458ea501
commit
bafba256ad
13
tests/webtbf/tw2403.pp
Normal file
13
tests/webtbf/tw2403.pp
Normal file
@ -0,0 +1,13 @@
|
||||
{ %fail }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 2403 }
|
||||
{ Submitted by "Sergey Kosarevsky" on 2003-03-01 }
|
||||
{ e-mail: netsurfer@au.ru }
|
||||
{$MODE DELPHI}
|
||||
|
||||
Type tObj=Class
|
||||
End;
|
||||
|
||||
Begin
|
||||
If tObj Is 'tClass' Then WriteLn('OK');
|
||||
End.
|
Loading…
Reference in New Issue
Block a user