git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
17 lines
250 B
Protocol Buffer
17 lines
250 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package foo;
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
message TestImportDescriptorProto {
|
|
extend google.protobuf.MethodOptions {
|
|
int32 a = 72295727;
|
|
}
|
|
}
|
|
|
|
extend google.protobuf.MethodOptions {
|
|
int32 a = 72295728;
|
|
}
|
|
|