Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override Map.clone to use Map's dup method
Message and Repeated field override clone so that it uses the internal implementation of dup but Map is missing this and only implements dup. This can lead to unexpected behavior since two out of three complex types behave correctly.
- Loading branch information