Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dinterpret.d: Remove special case for
_d_arrayappend{cTX,T}
(dlang#…
…17076) PR dlang#14985 introduced `LoweredAssignExp` with a separate field to store the lowering during semantic analysis. Then dlang#15791 placed the lowering of `CatAssignExp`s into this field, but did not remove the code that was previously recreating the original `CatAssignExp` from the lowering during CTFE. Signed-off-by: Teodor Dutu <[email protected]>
- Loading branch information