Explorar o código

+ 2403 bug report

carl %!s(int64=23) %!d(string=hai) anos
pai
achega
bafba256ad
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  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.