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

Jacob Carlborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Jacob Carlborg <[email protected]> ---
Can you show a more extended example(In reply to Ethan Watson from comment #2)
> It is purely for illustrative/example purposes. The data I'm using cannot be
> immutable.

Can you show a more extended example because the above example can be solved by
directly initializing the variable:

__gshared string someOtherClassName = SomeOtherClass.stringof;

--

Reply via email to