[Issue 8413] function breaks compilation of property function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 22 15:04:11 PDT 2012


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-07-22 15:04:10 PDT ---
The error is correct. The fact that you gave front's parameters default
arguments has _zero_ affect on its type, and its the type that determines
whether the function can be @property or not.

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