https://issues.dlang.org/show_bug.cgi?id=24086
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Basile-z <[email protected]> --- you need to pass the `-debug` argument to DMD. Without, the semantically incorrect code is not analyzed, it's a case of conditional compilation (https://dlang.org/spec/version.html#debug) --
