fpc/tests/webtbs/tw9144b.pp
florian fca8883f27 * moved oo_copied into defoptions
* record symtables are now handled properly as well if a record is copied, resolves #9144
* fixed a memory leak when copying classes
* increased PPU version to 91

git-svn-id: trunk@11273 -
2008-06-24 20:23:45 +00:00

14 lines
91 B
ObjectPascal

{ %norun }
{$mode delphi}
unit tw9144b;
interface
uses
tw9144a;
implementation
end.