* also enable published for TObjA so that the test fails for the correct reason

git-svn-id: trunk@40704 -
This commit is contained in:
svenbarth 2018-12-29 19:23:19 +00:00
parent f31aa97261
commit dada756828

View File

@ -10,11 +10,12 @@ uses
Classes, SysUtils;
type
{$M+}
TObjA = class
public
Icon: String;
end;
{$M+}
TObjB = class
FObjA: TObjA;