<div dir="ltr"><div>Greetings</div><div><br></div><div>I hit what looks like a probable DMD bug. When I reduced with help from dustmite I get something like this. Can someone tell me if this is a bug or am I doing something illegal?</div><div><br></div><div>class A {</div><div>  <a href="http://B.BB">B.BB</a> b;</div><div>}</div><div><br></div><div>class B: A {</div><div>  static class BB {}</div><div>}</div><div><br></div><div>When I compile I get:</div><div><br></div><div>test.d(2): Error: no property 'BB' for type 'test.B'</div><div>test.d(2): Error: <a href="http://B.BB">B.BB</a> is used as a type</div><div><br></div><div>Regards</div><div>- Puneet</div></div>