https://issues.dlang.org/show_bug.cgi?id=23502
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dennis <[email protected]> --- > Since assert is supposed to be typed noreturn That's not true in general, only if the condition evaluates at compile time to `false`. --
