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

--- Comment #12 from Nick Treleaven <[email protected]> ---
> alias foo.a b;

Note you can instead write:

ref b() => foo.a;

--

Reply via email to