Skip to content

Commit babdf39

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Start working on reserving numbers for extension declarations
PiperOrigin-RevId: 519251348
1 parent e79af29 commit babdf39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protobuf/tests/protos/unittest_lite.proto

+4-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,10 @@ message TestHugeFieldNumbersLite {
449449
bytes oneof_bytes = 536870014;
450450
}
451451

452-
extensions 536860000 to 536869999;
452+
extensions 536860000 [metadata = {
453+
full_name: ".protobuf_unittest.test_all_types_lite"
454+
type: ".protobuf_unittest.TestAllTypesLite"
455+
}];
453456
}
454457

455458
extend TestHugeFieldNumbersLite {

0 commit comments

Comments
 (0)