https://issues.dlang.org/show_bug.cgi?id=20470
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10702 "Fix issue 20470 - Keep `this` when accessing tuple members" was merged into master: - 33941f0400ed0842cbfc68bd43295b948691a5f8 by سليمان السهمي (Suleyman Sahmi): 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 --
