https://issues.dlang.org/show_bug.cgi?id=24498
--- Comment #4 from Dlang Bot <[email protected]> --- dlang/dmd pull request #16406 "Merge stable" was merged into master: - f1307d6c75bef4aaddaba1451b71687e62d21790 by Tim Schendekehl: Fix bugzilla 24498 - Multidimensional array not scanned by GC (#16400) For expression `new int[][][](2, 2)` the relevant element type is `int[]` and not `int`, because only two dimensions are allocated. https://github.com/dlang/dmd/pull/16406 --
