[Issue 9500] Interfaces - shared static this
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 12 15:14:23 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9500
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-12 15:14:22 PST ---
> * or shared static this is changed to:
>
> shared static this() {
> IFace i = new Bla();
> m = new Multi([i]);
> }
Simpler:
m = new Multi([new Bla()]);
--
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