Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test showing that not all the messages inside a Lite FieldSet wer…
…e made immutable. I will fix this test in the next CL. This test runs on both `GeneratedMessage` and `GeneratedMessageLite` variants, so we need to first check if `nested instanceof GeneratedMessageLite`, otherwise on the full-variant test, we get `isMutable()` method found on `GeneratedMessage`. PiperOrigin-RevId: 671563318
- Loading branch information