does "private import" means "static import" to other modules	importing it?
    Jesse Phillips 
    jessekphillips+d at gmail.com
       
    Thu Oct 13 21:56:09 PDT 2011
    
    
  
On Thu, 13 Oct 2011 16:21:56 +0200, Andrej Mitrovic wrote:
> You can always qualify the full name unless you're importing a specific
> symbol, e.g.:
No, I'm pretty sure it is just a bug, and one that was recently discussed 
too. Private imports should not expose their symbols to other modules 
even if you use a fully qualified name.
    
    
More information about the Digitalmars-d-learn
mailing list