You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text.split(",") call returns a Java array I.e mutable. I’m thinking that maybe I should relax the rules for Array because there is only one real mutation operator on it (I.e set-at-index) which I could check for.
The following code triggers a 'Detected the use of a mutable collection inside a defer clause.', but I don't think it should lead to any issues.
The text was updated successfully, but these errors were encountered: