mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:48:04 +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
66 B
ObjectPascal
9 lines
66 B
ObjectPascal
{ %FAIL }
|
|
|
|
{$MODE DELPHI}
|
|
|
|
type Test<T> = ^Wrapper<>;
|
|
|
|
begin
|
|
end.
|