September 17, 2005
class C{
    C[1] c;
    this(){
        c ~= this;
    }
}
September 17, 2005
zwang schrieb:
> class C{
>     C[1] c;
>     this(){
>         c ~= this;
>     }
> }

Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_A.d http://dstress.kuehne.cn/run/b/bug_e2ir_2452_B.d http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_C.d http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_D.d

Thomas