https://issues.dlang.org/show_bug.cgi?id=16199
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from RazvanN <[email protected]> --- Hi! I cannot reproduce the behavior described in the original bug report. If I compile the code, I get: test.d(15): Error: cannot implicitly convert expression `key` of type `char[4]` to `string` Which is for the first `in` expression. If I test for key.idup then everything works just fine. Should we close this issue? --
