https://issues.dlang.org/show_bug.cgi?id=21073
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13291 "Fix Issue 21073 - Rebindable does not work when class has alias this to inout property" was merged into stable: - a7ce6929f6708debfae3e3854bed5f1c02cdf1a0 by Boris Carvajal: Fix Issue 21073 - Rebindable does not work when class has alias this to inout property The cast expression was trying an 'alias this' but without error gagging. https://github.com/dlang/dmd/pull/13291 --
