https://issues.dlang.org/show_bug.cgi?id=12206
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from RazvanN <[email protected]> --- This is a weird case. The alias is part of the struct, but the actual function is not. I would say that the correct behavior is the current one: Error : no property foo for type S. Note that writing s.t.foo works. In my opinion, this is the real bug. --
