+ additional test

git-svn-id: trunk@16478 -
This commit is contained in:
florian 2010-11-29 21:18:59 +00:00
parent f570934b45
commit d99081fa47
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
tests/webtbs/tw17957.pp Normal file
View File

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