[Issue 9500] Interfaces - shared static this

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9500 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 9500] Interfaces - shared static this

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9500 --- Comment #5 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-17 07:25:43 PST --- import core.stdc.stdio : printf; interface IFace { void log(); } class Multi : IFace { IFace[] faces; this(IFace[] faces...) { this.faces =

[Issue 9500] Interfaces - shared static this

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9500 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9500] Interfaces - shared static this

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

[Issue 9500] Interfaces - shared static this

2013-02-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9500 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|Regression (2.061): |Interfaces