On Wed, Dec 17, 2014 at 03:13:27PM +0000, Akzwar via Digitalmars-d-learn wrote: [...] > Finally compilation crashes with exit code -6: > dmd: class.c:859: virtual void ClassDeclaration::semantic(Scope*): Assertion > `type->ty != Tclass || ((TypeClass *)type)->sym == this' failed. [...]
This is an ICE (internal compiler error). ICE's are *always* compiler bugs. Please file a critical bug on bugzilla (http://issues.dlang.org/). T -- Never ascribe to malice that which is adequately explained by incompetence. -- Napoleon Bonaparte
