https://issues.dlang.org/show_bug.cgi?id=16394
--- Comment #17 from Eyal <[email protected]> --- > The other field being printed is the context pointer, since your struct is > nested in the unittest. Yeah, I've since figured it out - but was surprised because it is inconsistent with code blocks like: x=>x+1 which is inferred to be a function, not a delegate. So I expected structs to be similarly inferred to static structs when they do not actually need the context ptr. --
