June 11, 2014
https://issues.dlang.org/show_bug.cgi?id=11421

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3658

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=11421

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/842543d25373016adddc7ddd5bbd96b23d609c6a fix Issue 11421 - Dynamic array of associative array literal type inference

Initializer::inferType should be processed recursively

https://github.com/D-Programming-Language/dmd/commit/d4ea0c085f1a7e926d8ff5224476a7631f3a03c8 Merge pull request #3658 from 9rnsr/fix11421

Issue 11421 - Dynamic array of associative array literal type inference

--