dmd/compiler
Teodor Dutu b349b6d0de Fix Issue 24078 - Fold constants on array concatenation only for strings
Without this limitation, the code could incorrectly concatenate
`["c"] ~ "a" ~ "b"` as `["c"] ~ "ab"`, which was incorrect.

Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
2023-08-19 10:21:56 +02:00
..
docs
ini Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
samples Makefile: stub out all auto-tester-build and auto-tester-test recipes 2023-01-02 18:54:28 +01:00
src Fix Issue 24078 - Fold constants on array concatenation only for strings 2023-08-19 10:21:56 +02:00
test Fix Issue 24078 - Fold constants on array concatenation only for strings 2023-08-19 10:21:56 +02:00