瀏覽代碼

* fixed tw9673

git-svn-id: trunk@8597 -
tom_at_work 18 年之前
父節點
當前提交
6c49a28544
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw9673.pp

+ 1 - 1
tests/webtbs/tw9673.pp

@@ -4,7 +4,7 @@ interface
 {$mode objfpc}
 
 type
-  Testclass = class
+  generic Testclass<T> = class
   
   type
     TList = array of byte;