https://issues.dlang.org/show_bug.cgi?id=12634
--- Comment #1 from Andrej Mitrovic <[email protected]> --- Update w.r.t. a reproducible test-case: ----- class C { // uncomment char[] to fix bug private static const /*char[]*/ PATH = "asdf"; private static const PATH2 = PATH ~ "/bcde"; } void main() { assert(C.PATH == "asdf"); } ----- --
