[Issue 9062] AddrExp should distinguish the existence of property resolution.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 23 05:32:12 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9062



--- Comment #7 from Kenji Hara <k.hara.pg at gmail.com> 2012-11-23 05:32:10 PST ---
(In reply to comment #6)
> > Then, there is no way to get a function pointer from property function, right?
> > ...
> 
> ()ref => foo

It looks like a lambda. Is it same as this?

  ref __lambda() { return foo; }

But, on the return statement, foo is translated to foo(). It seems not
possible.

-- 
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