<message kind="error" line="5" text="conflicts with existing member"/>
<message kind="error" line="10" text="conflicts with existing member"/>
<message kind="error" line="14" text="conflicts with existing member"/>
+ <!-- new error expected due to 275032 change - the itd for the ctor will be ignored in the clash case -->
+ <message kind="error" line="41" text="The constructor A() is not visible"/>
</compile>
</ajc-test>
<compile files="p2/pr99125.aj,p/I.java,p/J.java"/> <!-- actually in package p, introduces incompatible change -->
<compile files="Aspects.aj" options="-inpath p">
<message kind="error" line="7" text="inter-type declaration from X conflicts with existing member"/>
+ <!-- 275032 - new error at affected member location too -->
+ <message kind="error" line="10" text="inter-type declaration from X conflicts with existing member"/>
</compile>
</ajc-test>