mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-12 10:30:38 +01:00
* also enable published for TObjA so that the test fails for the correct reason
git-svn-id: trunk@40704 -
This commit is contained in:
parent
f31aa97261
commit
dada756828
@ -10,11 +10,12 @@ uses
|
|||||||
Classes, SysUtils;
|
Classes, SysUtils;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
{$M+}
|
||||||
TObjA = class
|
TObjA = class
|
||||||
|
public
|
||||||
Icon: String;
|
Icon: String;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$M+}
|
|
||||||
TObjB = class
|
TObjB = class
|
||||||
FObjA: TObjA;
|
FObjA: TObjA;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user