https://d.puremagic.com/issues/show_bug.cgi?id=11622
Summary: Assertion failure in totym(), glue.c, line 1288
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 Lu�s Marques <[email protected]> 2013-11-27 14:19:40 PST
---
class A(T)
{
B!T foo()
{
return new B!T;
}
}
class B(T) : T
{
}
static assert(!__traits(compiles, {
class C : A!C { }
}));
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------