Internal change

PiperOrigin-RevId: 484346368
pull/10846/head
Protobuf Team Bot 2 years ago committed by Joshua Haberman
parent 4f3ecbda86
commit 6b5d25c3aa
  1. 5
      src/google/protobuf/unittest.proto

@ -1570,3 +1570,8 @@ message StringParseTester {
repeated string repeated_string_midfield = 1002; repeated string repeated_string_midfield = 1002;
repeated string repeated_string_hifield = 1000002; repeated string repeated_string_hifield = 1000002;
}; };
message BadFieldNames{
optional int32 OptionalInt32 = 1;
optional int32 for = 2;
}

Loading…
Cancel
Save