Skip to content

Commit

Permalink
Sync from Piper @458241011
Browse files Browse the repository at this point in the history
PROTOBUF_SYNC_PIPER
  • Loading branch information
esorot committed Jun 30, 2022
2 parents 0da3a04 + 5c76fad commit 584ae85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/protobuf/test_messages_proto2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,9 @@ message EnumOnlyProto2 {
message OneStringProto2 {
optional string data = 1;
}

message ProtoWithKeywords {
optional int32 inline = 1;
optional string concept = 2;
repeated string requires = 3;
}

0 comments on commit 584ae85

Please sign in to comment.