DIP23 draft: Fixing properties redux

Steven Schveighoffer schveiguy at yahoo.com
Tue Feb 5 13:55:29 PST 2013


On Tue, 05 Feb 2013 15:21:14 -0500, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> Also consider the simpler:
>
> ref int id(ref int x) { return x; }
> ref int id1(ref int x) { return id(x); }
> ref int id2(ref int x) { return id1(x); }
> ref int oops(int x) { return id2(x); }
>
> DIP24 addresses that and other similar cases at their core.

I look forward to reading it.

-Steve


More information about the Digitalmars-d mailing list