mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00

ptype.pas, single_type: * if using a message that expects a parameter, provide that parameter... + added tests git-svn-id: trunk@23349 -
9 lines
67 B
ObjectPascal
9 lines
67 B
ObjectPascal
{ %FAIL }
|
|
|
|
{$MODE DELPHI}
|
|
|
|
type Test<T> = ^Wrapper<T>;
|
|
|
|
begin
|
|
end.
|