Bug 10759 – DMD crashes when using nested interfaces and inheritance from them.

Status
RESOLVED
Resolution
DUPLICATE
Severity
critical
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2013-08-04T20:25:00Z
Last change time
2013-08-05T01:39:06Z
Assigned to
nobody
Creator
js.mdnq

Comments

Comment #0 by js.mdnq — 2013-08-04T20:25:58Z
http://dpaste.dzfl.pl/ interface A : A.B { interface B { } } This pattern is is short hand for interface A { interface B { } } interface AA : A.B { } but crashes dmd 2.063 x32. I would like to avoid having to write dummy interfaces just to use nested interfaces that are inherited by their parent.
Comment #1 by k.hara.pg — 2013-08-05T01:39:06Z
*** This issue has been marked as a duplicate of issue 10616 ***