fpc/tests/webtbf/tw23571a.pp
svenbarth 29bd000a4a Fix for Mantis #23571.
ptype.pas, single_type:
  * if using a message that expects a parameter, provide that parameter...

+ added tests

git-svn-id: trunk@23349 -
2013-01-09 11:28:17 +00:00

9 lines
67 B
ObjectPascal

{ %FAIL }
{$MODE DELPHI}
type Test<T> = ^Wrapper<T>;
begin
end.