http://d.puremagic.com/issues/show_bug.cgi?id=9062
--- Comment #7 from Kenji Hara <[email protected]> 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: -------
