April 19, 2014
https://issues.dlang.org/show_bug.cgi?id=12474

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add the isGshared trait     |Implement the
                   |                            |getStorageClass trait

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Changed title as we're going to implement getStorageClass generic trait.

--
August 04, 2020
https://issues.dlang.org/show_bug.cgi?id=12474

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #4 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Regarding storage class, we have getParameterStorageClass (implemented in
https://github.com/dlang/dmd/pull/6829) for parameter. For variables, we have
another issue (13752), so marking as duplicate.

*** This issue has been marked as a duplicate of issue 13752 ***

--