[Issue 606] auto x = property: variable x cannot be declared to be a function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 30 00:02:58 PST 2006


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


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla at digitalmars.com  2006-11-30 02:02 -------
That's as designed. Declaring a variable to be a function makes no sense. You
can declare it to be a pointer to a function, though. You can also declare it
to be an alias of a function.


-- 




More information about the Digitalmars-d-bugs mailing list