[Issue 1182] Mixins scope
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Apr 24 02:02:56 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1182
bugzilla at digitalmars.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #1 from bugzilla at digitalmars.com  2007-04-24 04:02 -------
It isn't a bug, it's meant to behave this way. If you want to overload mixin
names with the surrounding scope name, you can use an 'alias' in the same
manner one would use alias to merge the overload sets of two imported modules.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list