Automated Code Change

PiperOrigin-RevId: 595842708
pull/15285/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent f92ad8f1c9
commit e04d731457
  1. 3
      src/google/protobuf/compiler/cpp/test_bad_identifiers.proto

@ -120,7 +120,8 @@ message TestConflictingSymbolNames {
// For clashing local variables in Serialize and ByteSize calculation.
optional string target = 38;
extensions 1000 to max; // NO_PROTO3
extensions 1000 to max
[verification = UNVERIFIED]; // NO_PROTO3
}
message TestConflictingSymbolNamesExtension { // NO_PROTO3

Loading…
Cancel
Save