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; --
d-bugmail--- via Digitalmars-d-bugs Wed, 28 Aug 2024 04:37:46 -0700
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; --