mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-09 11:41:51 +01: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.
|