https://issues.dlang.org/show_bug.cgi?id=21992
--- Comment #4 from Iain Buclaw <[email protected]> --- At the moment I do have some lvalue checking in the parser, this'll have to be moved to semantic as well. But there are some hurdles to overcome - mostly from the semantic lowering rvalues into lvalues. For example, this nudges support in the right direction: https://github.com/dlang/dmd/pull/12752 --
