https://issues.dlang.org/show_bug.cgi?id=24498
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @tim-dlang created dlang/dmd pull request #16400 "Fix bugzilla 24498 - Multidimensional array not scanned by GC" fixing this issue: - Fix bugzilla 24498 - Multidimensional array not scanned by GC 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/16400 --
