https://issues.dlang.org/show_bug.cgi?id=23150
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Adam D. Ruppe <[email protected]> --- Note that ``` static if((0 in [0: 0]) !is null) //This expression should be true. ``` works fine. --
