@property int foo(); auto x = &foo; // error int delegate() x = &foo; // ok-Steve
I was going to submit the same suggestion, but didn't find time to until just now.
gets my vote.
@property int foo(); auto x = &foo; // error int delegate() x = &foo; // ok-Steve
I was going to submit the same suggestion, but didn't find time to until just now.
gets my vote.