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

Kenji Hara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #1 from Kenji Hara <[email protected]> ---
Reduced test case:

struct MarketRulesAmount
{
    uint[string[2]] pairs;
}

void main()
{
    uint[string[2]][string] amounts;

    foreach (name, items; amounts) {}
}

--

Reply via email to