https://issues.dlang.org/show_bug.cgi?id=11524
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from [email protected] --- 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. --
