http://d.puremagic.com/issues/show_bug.cgi?id=10800
Summary: ParameterDefaultValueTuple returns an empty string for
default values in property functions.
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Ognjen <[email protected]> 2013-08-11 13:29:20 PDT ---
The static if(is(typeof(func[0])) PT == __parameters) returns false for
property functions and should be using FunctionTypeOf instead.
Will create a pull request once I get this working.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------