[Issue 209] "Diamond" import name conflicts when using Fully Qualified names

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 19 08:28:42 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=209





------- Comment #2 from daiphoenix at lycos.com  2006-06-19 10:28 -------
(In reply to comment #1)
> (In reply to comment #0)
> > ---- barB.d ----
> > module barA;
> > 
> > import foo;
> Shouldn't this be
>     module barB;
> ?

Agh, yes indeed. :/
Same for:
---- mod.barB.d ----
module mod.barA; // shoulde be barB


-- 




More information about the Digitalmars-d-bugs mailing list