Closed davidcaron closed 3 years ago
properties, typedefs, etc. are stored in a dict where the key is the access specifier. But for using, the key is the variable name.
using
Unless I missed it, for using there is currently no way to get the access specifier... so this PR intends to add it.
Seems like a reasonable change. Could you please add a test for this?
Done, I kind of hijacked another test case, I have no problem if you prefer a specific test case.
properties, typedefs, etc. are stored in a dict where the key is the access specifier. But for
using
, the key is the variable name.Unless I missed it, for
using
there is currently no way to get the access specifier... so this PR intends to add it.