protoc-misc.NonUniqueExtensionNumber1.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobufel-test-protos2 Show documentation
Show all versions of protobufel-test-protos2 Show documentation
Shared Test Resources - test .proto files used by protobufel-grammar
The newest version!
package hi.message.extendee1;
message Message1 {
optional string good1 = 1;
extensions 1000 to 1010;
}
extend Message1 {
optional uint64 ext_duplicate1 = 1000;
optional bool ext_duplicate2 = 1000;
}