http://d.puremagic.com/issues/show_bug.cgi?id=3779
--- Comment #1 from [email protected] 2010-02-07 08:33:11 PST --- A simpler test case is import std.stdio; enum E=["123"][0][$-1]; void main() { writeln(E); } No templates required. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
