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