From 8ba5f4969d6995f25d37eaed7ed7369f5f3a7ff6 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 16 Apr 2021 12:59:54 -0700 Subject: [PATCH] Sync from Piper @368903491 PROTOBUF_SYNC_PIPER --- google/protobuf/unittest.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/google/protobuf/unittest.proto b/google/protobuf/unittest.proto index 75b65f02498d..032a880524ae 100644 --- a/google/protobuf/unittest.proto +++ b/google/protobuf/unittest.proto @@ -364,6 +364,12 @@ message TestNestedExtension { } } +message TestChildExtension { + optional string a = 1; + optional string b = 2; + optional TestAllExtensions optional_extension = 3; +} + // We have separate messages for testing required fields because it's // annoying to have to fill in required fields in TestProto in order to // do anything with it. Note that we don't need to test every type of