A variation of issue 11977?

kdevel kdevel at vogtner.de
Thu Jan 21 14:11:15 UTC 2021


On Thursday, 21 January 2021 at 13:55:48 UTC, kdevel wrote:
>    goto A;               // line 4
>    aa["X"] = "Y";        // line 5
> A:

Creating a scope

    { aa["X"] = "Y"; }      // line 5

works around the issue.


More information about the Digitalmars-d-learn mailing list