[Issue 11796] interface multiple inheritance not call methods

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11796 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11796] interface multiple inheritance not call methods

2013-12-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11796 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #3 fr

[Issue 11796] interface multiple inheritance not call methods

2013-12-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11796 --- Comment #2 from Andrej Mitrovic 2013-12-22 01:13:38 PST --- (In reply to comment #1) > Reduced: What's worrying is that func2() ends up being called: - interface I1 { void func1(); } interface I2 { void func2(); } interface I3 : I

[Issue 11796] interface multiple inheritance not call methods

2013-12-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11796 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Com