mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02: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;
|
||||
|
||||
type
|
||||
{$M+}
|
||||
TObjA = class
|
||||
public
|
||||
Icon: String;
|
||||
end;
|
||||
|
||||
{$M+}
|
||||
TObjB = class
|
||||
FObjA: TObjA;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user