mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +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.