http://d.puremagic.com/issues/show_bug.cgi?id=9480
Summary: The template name in the JSON output contains template
and function arguments
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from S�nke Ludwig <[email protected]> 2013-02-08 02:45:53
PST ---
The JSON output for the following function has "testFunc(T)(T t)" as the "name"
field of the template, whereas it should just be "testFunc" (template
parameters and function parameters are already mentioned in other fields).
Function: void testFunc(T)(T t) {}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------