https://issues.dlang.org/show_bug.cgi?id=20470
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @SSoulaimane updated dlang/dmd pull request #10702 "Fix issue 20470 - Keep `this` when accessing tuple members" fixing this issue: - Fix issue 20470 - Keep `this` when accessing tuple members Expand `m.tuple(a, b)` into `tuple(m.a, m.b)` https://github.com/dlang/dmd/pull/10702 --
