[Issue 5729] taking the address of a @property doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 1 09:46:27 PDT 2011


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



--- Comment #2 from Harry Vennik <htvennik at zonnet.nl> 2011-04-01 09:42:57 PDT ---
Really amazing:

typeof(A.bla)      // int
typeof(&A.bla)   // int function() @property ref
typeof(*&A.bla) // int

(The difference with the previous post is that I am referring to class A
instead of its instance a.)

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