fpc/tests/webtbs/tw28442.pp
svenbarth 39016c032e Fix for Mantis #28442. Do not generate the VMT record definition for generic classes. It isn't used anyway.
nobj.pas, TVMTBuilder:
  * generate_vmt_def: check for df_generic (not is_generic!) and abort if set

+ added test

git-svn-id: trunk@31301 -
2015-08-07 15:02:55 +00:00

13 lines
80 B
ObjectPascal

{ %RECOMPILE }
unit tw28442;
interface
uses
uw28442;
implementation
end.