http://d.puremagic.com/issues/show_bug.cgi?id=4539
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |major --- Comment #4 from Don <[email protected]> 2010-07-31 17:30:23 PDT --- (In reply to comment #3) > Yeah, it does not make sense at all. But it gets worse: > > import std.stdio; > > void main() { > "hello" = "red"; > string x = "hello"; > writeln(x); > } > > Writes "red" > > That's not good. :) Ouch! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
