Commit graph

1 commit

Author SHA1 Message Date
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