PiperOrigin-RevId: 613016814pull/16070/head
parent
16f96d15eb
commit
7de0ad1adb
3 changed files with 28 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
syntax = "proto3"; |
||||||
|
|
||||||
|
package protobuf_unittest; |
||||||
|
|
||||||
|
import "google/protobuf/descriptor.proto"; |
||||||
|
|
||||||
|
// For testing proto3 extension behaviors. |
||||||
|
message Proto3FileExtensions { |
||||||
|
extend google.protobuf.FileOptions { |
||||||
|
int32 singular_int = 1001; |
||||||
|
repeated int32 repeated_int = 1002; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue