danielsun1106 commented on pull request #1309: URL: https://github.com/apache/groovy/pull/1309#issuecomment-660621265
Let me clarify a bit more, the **immutable** we discuss means the arrays `strings` and `values` stored in `GString` instance are immutable, which is what the PR has done. Without applying the PR, they are both mutable because they are returned as they are, i.e. not returning their copy. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
