Bug 10800 – ParameterDefaultValueTuple returns an empty string for default values in property functions.
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-08-11T13:29:00Z
Last change time
2015-06-09T05:15:06Z
Keywords
pull
Assigned to
nobody
Creator
opantm2+dbugs
Comments
Comment #0 by opantm2+dbugs — 2013-08-11T13:29:20Z
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.
Comment #1 by opantm2+dbugs — 2013-08-11T14:00:00Z