http://d.puremagic.com/issues/show_bug.cgi?id=7950
Max Samukha <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot derive interface |Type tuples are incorrectly |from empty type tuple |flattened in base type list | |of interface --- Comment #1 from Max Samukha <[email protected]> 2012-04-20 10:50:16 PDT --- Actually, the problem is with tuple flattening in general: class A2 : I, TypeTuple!(I2) {} // ok interface I5 : I, TypeTuple!(I2) {} // fail -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
