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}
(#17076)
PR #14985 introduced `LoweredAssignExp` with a separate field to store the lowering during semantic analysis. Then #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 <teodor.dutu@gmail.com>
- Loading branch information