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
Extract `MutableJvmSymbol`
Naming the byte array as an explicit type gives us:
- one Javadoc to explain the contents
- memoized `new String(bytes)`
Also clean up dead code and add missing changelog.