fpc/tests/webtbf/tw40566a.pp

14 lines
171 B
ObjectPascal

{ %fail }
{$mode objfpc}
program Project1;
type
Tbar = type class
f:integer;
end;
// tabc = specialize TBar<integer>; // Internal error 2012101001
begin
end.