http://d.puremagic.com/issues/show_bug.cgi?id=7494
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from [email protected] 2012-02-18 12:55:34 PST --- Now this compiles: void main() { import std.stdio: writeln; } While here it doesn't find writeln(): void main() { import std.stdio: writeln; writeln(1); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
