On Wednesday, 3 April 2019 at 10:08:14 UTC, drug wrote: > Types do not have protection, for example. You need to check if > the entity you worked with is Types or Symbols and process it > accordingly. Types do not have protection? struct A { private struct B { } }?