[Issue 22011] traits(getMember, Anything, "this") does not bypass visibility

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 10 02:23:21 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22011

João Lourenço <jlourenco5691 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlourenco5691 at gmail.com

--- Comment #1 from João Lourenço <jlourenco5691 at gmail.com> ---
```d
pragma(msg, __traits(getVisibility, __traits(getMember, A, "__ctor")));
```

--


More information about the Digitalmars-d-bugs mailing list