2
0
Эх сурвалжийг харах

+ additional test

git-svn-id: trunk@16478 -
florian 15 жил өмнө
parent
commit
d99081fa47

+ 1 - 0
.gitattributes

@@ -10765,6 +10765,7 @@ tests/webtbs/tw17945.pp svneol=native#text/pascal
 tests/webtbs/tw17950.pp svneol=native#text/pascal
 tests/webtbs/tw17952a.pp svneol=native#text/pascal
 tests/webtbs/tw17952b.pp svneol=native#text/pascal
+tests/webtbs/tw17957.pp svneol=native#text/pascal
 tests/webtbs/tw1798.pp svneol=native#text/plain
 tests/webtbs/tw17986.pp svneol=native#text/pascal
 tests/webtbs/tw17998.pp svneol=native#text/plain

+ 13 - 0
tests/webtbs/tw17957.pp

@@ -0,0 +1,13 @@
+{$mode objfpc}
+uses fgl;
+
+type
+  TFoo1 = class(TObject);
+
+  TFoo2 = class
+    type
+      TFooList = specialize TFPGList<TFoo1>;
+  end;
+
+begin
+end.