https://d.puremagic.com/issues/show_bug.cgi?id=12309
Summary: The template fullyQualifiedName returns wrong result
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from GoldMax <[email protected]> 2014-03-07 00:20:27 PST ---
DMD (current master v2.066-devel)
module main;
class Test(T,int x,string s) {}
pragma(msg,fullyQualifiedName!(Test!(int,10,"str")));
pragma prints 'main.Test!(int, T, T)'
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------