diff options
Diffstat (limited to 'src/google/protobuf/unittest_nano.proto')
-rw-r--r-- | src/google/protobuf/unittest_nano.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_nano.proto b/src/google/protobuf/unittest_nano.proto index 62af6bc..e9a0d83 100644 --- a/src/google/protobuf/unittest_nano.proto +++ b/src/google/protobuf/unittest_nano.proto @@ -157,6 +157,9 @@ message TestAllTypesNano { optional int32 tag = 93; optional int32 get_serialized_size = 94; optional int32 write_to = 95; + + // Try to fail with java reserved keywords + optional int32 synchronized = 96; } message ForeignMessageNano { |