Testcase: ~~~~~~~~~ class Test { this() { assert(false, "Not implemented"); } } Output: warning - Error: statement is not reachable
Only applies to DMD1. The missing line number bug is the same as 2463.
Bug 2643 has now been fixed, removed "no line numbers shown" from title. Only applies to constructors (doesn't even happen with a destructor).
D1 is retired.