summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw36377.pp
blob: 57d8d406fe85b4cf268f31faf2279c7c890a09d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ %fail }
{$mode objfpc}

program test;
uses
 FGL;

// Type identifier expected
// Internal error 2019112401
generic function CopyList<T>(source: specialize FGL.TFPGObjectList<T>): specialize FGL.TFPGObjectList<T>;
begin
end;

begin
end.