[Issue 313] [module] Fully qualified names bypass private imports
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jan 24 04:16:34 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=313
dawg at dawgfoto.de changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dawg at dawgfoto.de
--- Comment #6 from dawg at dawgfoto.de 2012-01-24 04:16:25 PST ---
---- a.d ----
import b;
void main()
{
    std.stdio.writefln("Hello");
}
---- b.d ----
public import std.ascii;
private import std.stdio;
-------------
dmd -c a
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list