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

           Summary: InterfaceDeclaration rule needs BaseInterfaceList
           Product: D
           Version: 2.038
          Platform: All
               URL: http://digitalmars.com/d/2.0/interface.html
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nob...@puremagic.com
        ReportedBy: jlqu...@optonline.net


--- Comment #0 from Jerry Quinn <jlqu...@optonline.net> 2010-01-11 22:29:33 PST 
---
The grammar currently defines

InterfaceDeclaration:
    interface Identifier  InterfaceBody
    InterfaceTemplateDeclaration

But this doesn't handle interfaces deriving from other interfaces.  The
following should work:

InterfaceDeclaration:
    interface Identifier InterfaceBody
    interface Identifier BaseInterfaceList InterfaceBody
    InterfaceTemplateDeclaration

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to