[Issue 803] New: incorrect error message and location for repeated	aliases
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Jan  6 12:43:43 PST 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=803
           Summary: incorrect error message and location for repeated
                    aliases
           Product: D
           Version: 1.00
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn
#
# struct Foo{}
# alias Foo Bar;
# alias Foo Bar;
#
a.d(1): struct a.Foo conflicts with a.Bar at a.d(3)
should be:
a.d(3): alias a.Bar conflicts with a.Bar at a.d(2)
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list