https://d.puremagic.com/issues/show_bug.cgi?id=12359
--- Comment #4 from Andrej Mitrovic <[email protected]> 2014-03-14 07:14:39 PDT --- (In reply to comment #3) > I think selective imports should make the fully qualified module name still > visible. It's consistent behavior with basic imports. Ok. > 4. unnamed import > > import = std.stdio; > writeln(); // OK > writefln(""); // OK > //std.stdio.writeln(); // NG My initial reaction is that I'm not a fan of this syntax. But anyway, we can discuss this later. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
