blob: 51c3ee87348081a7f0f6ff0809b649f99e8a54cc [file] [log] [blame]
// Protocol Buffers - Google's data interchange format
// Copyright 2023 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
edition = "2023";
package protobuf_editions_test.edition2023;
option go_api_flag = "OPEN_TO_OPAQUE_HYBRID";
message Edition2023GoApiFlagNestedParent {
option go_api_flag = "OPEN_V1";
message Edition2023GoApiFlagNestedChild {
int32 foo = 1;
}
}