mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
+ additional test
git-svn-id: trunk@16478 -
This commit is contained in:
parent
f570934b45
commit
d99081fa47
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
13
tests/webtbs/tw17957.pp
Normal file
@ -0,0 +1,13 @@
|
||||
{$mode objfpc}
|
||||
uses fgl;
|
||||
|
||||
type
|
||||
TFoo1 = class(TObject);
|
||||
|
||||
TFoo2 = class
|
||||
type
|
||||
TFooList = specialize TFPGList<TFoo1>;
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user