https://issues.dlang.org/show_bug.cgi?id=22508
Issue ID: 22508
Summary: DWARF: associative arrays should report qualified name
instead of _AArray_<key>_<val>
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Instead of naming `int[int]` associative array `_AArray_int_int`, we should
name it `int[int]` on the debug info.
--
