[Issue 3698] New: InterfaceDeclaration rule needs BaseInterfaceList
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 11 22:29:36 PST 2010
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: nobody at puremagic.com
ReportedBy: jlquinn at optonline.net
--- Comment #0 from Jerry Quinn <jlquinn at 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: -------
More information about the Digitalmars-d-bugs
mailing list