https://issues.dlang.org/show_bug.cgi?id=18194 --- Comment #1 from FeepingCreature <default_357-line at yahoo.de> --- static assert(hasMember!(X, "b")) does pass, and b shows up in allMembers and derivedMembers. --