https://d.puremagic.com/issues/show_bug.cgi?id=12359
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] 2014-03-14 07:18:01 PDT --- (In reply to comment #3) > 4. unnamed import > > import = std.stdio; > writeln(); // OK > writefln(""); // OK > //std.stdio.writeln(); // NG > > 5. unnamed selective import > > import = std.stdio : writeln; > writeln(); // OK > //writefln(""); // NG > //std.stdio.writeln(); // NG This will need to be discussed. I don't like this a lot. What's the purpose of this? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
