Browse Source

+ 2403 bug report

carl 22 years ago
parent
commit
bafba256ad
1 changed files with 13 additions and 0 deletions
  1. 13 0
      tests/webtbf/tw2403.pp

+ 13 - 0
tests/webtbf/tw2403.pp

@@ -0,0 +1,13 @@
+{ %fail }
+
+{ Source provided for Free Pascal Bug Report 2403 }
+{ Submitted by "Sergey Kosarevsky" on  2003-03-01 }
+{ e-mail: [email protected] }
+{$MODE DELPHI}
+
+Type tObj=Class
+     End;
+
+Begin
+   If tObj Is 'tClass' Then WriteLn('OK');
+End.