diff options
author | Jie Luo <anandolee@gmail.com> | 2017-12-13 13:48:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 13:48:58 -0800 |
commit | bfd254e14f60f77f68f4de8524cd8984191206d5 (patch) | |
tree | b47be82d057f3234aa055f4da2f607a102cc5077 /csharp/protos | |
parent | 0a7120ac32e16d49a35abf18186c8c4db515dd02 (diff) |
Add unknown field support for csharp (#3936)
Add unknown field support for csharp
Diffstat (limited to 'csharp/protos')
-rw-r--r-- | csharp/protos/unittest_proto3.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/protos/unittest_proto3.proto b/csharp/protos/unittest_proto3.proto index d22265cc..ef4933a5 100644 --- a/csharp/protos/unittest_proto3.proto +++ b/csharp/protos/unittest_proto3.proto @@ -377,3 +377,4 @@ service TestService { message BarRequest {} message BarResponse {} +message TestEmptyMessage {} |