https://issues.dlang.org/show_bug.cgi?id=23364
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlang-bugzilla@thecybershad | |ow.net --- Comment #1 from Vladimir Panteleev <[email protected]> --- Worked before https://github.com/dlang/dmd/pull/14187 , though I'm not sure if this is something that should work... The conclusion makes sense to me only with a rather literal interpretation of the definition of noreturn in object - we "undo" the null pointer dereference by using "ref". With an alternative definition of noreturn, e.g. `typeof(assert(false))`, I'm not sure that this makes sense any more. --
