Squashed 'libs/protobuf/' content from commit fcd3b9a85
git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
This commit is contained in:
16
php/tests/proto/test_import_descriptor_proto.proto
Normal file
16
php/tests/proto/test_import_descriptor_proto.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user