[Issue 12359] implicit overload merging with selective/renamed imports should be removed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 14 07:14:41 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12359
--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list