Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 602549697
  • Loading branch information
ckennelly authored and copybara-github committed Jan 30, 2024
1 parent 948fd36 commit c24b995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ message TestAllTypes {
repeated NestedEnum repeated_nested_enum = 52;
repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
repeated string repeated_cord = 54 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 55 [lazy = true];
repeated NestedMessage repeated_lazy_message = 55;

// Map
map<string, string> map_string_string = 61;
Expand All @@ -131,4 +131,4 @@ enum GlobalEnum {
GOO = 0;
GAR = 1;
GAZ = 2;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ message TestAllTypes {
repeated NestedEnum repeated_nested_enum = 52;
repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
repeated string repeated_cord = 54 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 55 [lazy = true];
repeated NestedMessage repeated_lazy_message = 55;

// Map
map<int32, int64> map_int32_int64 = 56;
Expand Down

0 comments on commit c24b995

Please sign in to comment.