commit | 2c1a46101bf49349f2725c2eaa264afab405fb0d | [log] [tgz] |
---|---|---|
author | Jon Skeet <jonskeet@google.com> | Tue Jun 16 15:21:03 2020 +0100 |
committer | Jon Skeet <skeet@pobox.com> | Mon Jun 29 09:30:20 2020 +0100 |
tree | 6e1e0c930a4fb4b5fa4e20c34195740b3691a7c4 | |
parent | 0dd5fffba3600cc96b011319cf566dd501152f41 [diff] [blame] |
Add tests for NullValue not appearing in a oneof at all
diff --git a/csharp/protos/unittest_issues.proto b/csharp/protos/unittest_issues.proto index b602d77..ef40d75 100644 --- a/csharp/protos/unittest_issues.proto +++ b/csharp/protos/unittest_issues.proto
@@ -147,3 +147,7 @@ google.protobuf.NullValue null_value = 2; } } + +message NullValueNotInOneof { + google.protobuf.NullValue null_value = 2; +}