Skip to content

Commit

Permalink
Merge pull request protocolbuffers#6245 from haon4/201906111559
Browse files Browse the repository at this point in the history
Down Integrate to GitHub
  • Loading branch information
Hao Nguyen committed Jun 12, 2019
2 parents 2a78f9f + d01fa6a commit 6d117a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions google/protobuf/util/json_format.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,14 @@ message TestStringSerializer {
repeated string repeated_string = 2;
map<string, string> string_map = 3;
}

message TestMessageWithExtension {
extensions 100 to max;
}

message TestExtension {
extend TestMessageWithExtension {
optional TestExtension ext = 100;
}
optional string value = 1;
}

0 comments on commit 6d117a4

Please sign in to comment.