mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 00:49:11 +00:00
This change fixes a bug where when doing compound assignment involving String concatenation, the right-hand side will fail to cast to String appropriately and throw a ClassCastException.