https://issues.dlang.org/show_bug.cgi?id=14740
--- Comment #1 from Kenji Hara <[email protected]> --- (In reply to Mihail.K from comment #0) > __traits(allMembers) returns an additional non-existent member named 'this' > for types declared inside of functions. That's actually exists. It's an instance field which implicitly inserted by compiler, in order to capture the outer context of nested structs and classes. --
