November 27, 2015
https://issues.dlang.org/show_bug.cgi?id=11524

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bb.temp@gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from bb.temp@gmx.com ---
This is not a bug, see:

http://dlang.org/module.html

partcularly this specification about scoped imports:

> The imports are looked up to satisfy any unresolved symbols at that scope. Imported symbols may hide symbols from outer scopes.

which means that in case of conflict, scoped imports win.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=11524

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--