September 10, 2019
https://issues.dlang.org/show_bug.cgi?id=2649

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
There is a new hierarchy now. TypeInfoDeclarations are all VarDeclarations so they have the same names for most of the fields. All TypeInfoDeclarations inherit TypeInfoDeclaration so all inconsistencies are gone. Closing as WORKSFORME.

--