Add a field to TestOneof2.NestedMessage.

PiperOrigin-RevId: 619532085
pull/16320/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 83ec410d30
commit 2693af92b3
  1. 1
      src/google/protobuf/unittest.proto

@ -932,6 +932,7 @@ message TestOneof2 {
message NestedMessage {
optional int64 moo_int = 1;
repeated int32 corge_int = 2;
optional NestedMessage child = 3;
}
enum NestedEnum {

Loading…
Cancel
Save