Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595818276
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Jan 4, 2024
1 parent 181bcee commit fb55bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ message EvilNamesProto2 {
optional bool has_underbar_preceding_numeric_42bar = 13;
optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;

extensions 100 to max;
extensions 100 to max
[verification = UNVERIFIED];

repeated string extension = 12;
repeated int32 class = 15;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ option java_package = "com.google.protobuf.kotlin.test";
option java_multiple_files = true;

message ExampleExtensibleMessage {
extensions 10 to 20;
extensions 10 to 20 [verification = UNVERIFIED];
}

extend ExampleExtensibleMessage {
Expand Down

0 comments on commit fb55bc7

Please sign in to comment.