https://issues.dlang.org/show_bug.cgi?id=16387
--- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b44e3bd24ad19836447bec5891e454958e288836 Fixed Issue 16387 (getSymbolsByUDA works with structs but fails with classes) - added a filter to skip the inaccessable 'this' member https://github.com/dlang/phobos/commit/ca5f5cdd13002e520c4474d43ec460457816fc24 Merge pull request #4752 from togrue/fix_16387 Fixed Issue 16387 - getSymbolsByUDA works with structs but fails with classes --