mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:38:14 +02:00
14 lines
191 B
ObjectPascal
14 lines
191 B
ObjectPascal
{$mode ObjFPC}{$H+}
|
|
|
|
generic function genericfunc<T>: String;
|
|
|
|
function innerfunc: String;
|
|
begin // project1.lpr(6,3) Error: Duplicate identifier "$result"
|
|
end;
|
|
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|