https://issues.dlang.org/show_bug.cgi?id=3546

--- Comment #3 from Nick Treleaven <n...@geany.org> ---
> alias a = s.i; // OK

While this line compiles, even reading `a` triggers the same error:

> Error: need `this` for `i` of type `int`

--

Reply via email to