Parcourir la source

check also implementation

peter il y a 24 ans
Parent
commit
f4de74d6be
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      tests/webtbf/tw1599b.pp

+ 13 - 0
tests/webtbf/tw1599b.pp

@@ -0,0 +1,13 @@
+{ %fail }
+
+{$ifdef fpc}{$MODE objfpc}{$endif}
+
+unit tw1599b;
+interface
+
+implementation
+
+type
+  TMyClass = class;
+
+end.