https://issues.dlang.org/show_bug.cgi?id=9718

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #3 from RazvanN <[email protected]> ---
This now gives:

variable `test.Foo!(Bar).Foo` recursive initialization of constant

which makes sense because sizeof Bar is requested, which contains a Spam which
is defined as a function of Foo which requires sizeof Bar etc.

--

Reply via email to