aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/unittest_nano.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_nano.proto')
-rw-r--r--src/google/protobuf/unittest_nano.proto3
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 {