https://d.puremagic.com/issues/show_bug.cgi?id=12359
--- Comment #6 from Kenji Hara <[email protected]> 2014-03-14 07:36:42 PDT --- (In reply to comment #5) > (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? They are just funny ideas to mask fully qualified names. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
