https://issues.dlang.org/show_bug.cgi?id=18360
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from RazvanN <[email protected]> --- I cannot reproduce this: // test.d static assert(false); import a; // a.d class Dsymbol; Symbol a; Result: a.d(3): Error: undefined identifier `Symbol`, did you mean class `Dsymbol`? test.d(1): Error: static assert: `false` is false --
