[Issue 5344] Interface Inheritance Problem

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

[Issue 5344] Interface Inheritance Problem

2010-12-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5344 --- Comment #3 from Andrej Mitrovic 2010-12-19 10:28:32 PST --- Yeah the only way this compiles is if you use the A type: A b = new BCl(); b.a(1); I don't see why using a B object wouldn't work. Bug, i guess.. -- Configure issuemail: http:/

[Issue 5344] Interface Inheritance Problem

2010-12-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5344 --- Comment #2 from Andrej Mitrovic 2010-12-19 10:18:32 PST --- Oh I see the problem now, B inherits from A, I missed that line. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 5344] Interface Inheritance Problem

2010-12-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5344 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme