mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:19:28 +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
70 B
ObjectPascal
9 lines
70 B
ObjectPascal
{ %FAIL }
|
|
|
|
{$MODE DELPHI}
|
|
|
|
type Test<T> = ^Wrapper<P, Q>;
|
|
|
|
begin
|
|
end.
|