https://issues.dlang.org/show_bug.cgi?id=6842
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Nick Treleaven <[email protected]> --- > Foo foo; > alias foo.a b; For the next edition, this is an error: https://dlang.org/spec/legacy#alias-instance-member Added in https://github.com/dlang/dmd/pull/15863. Refinement: https://github.com/dlang/dmd/pull/16813. --
