Sign in
flutter
/
third_party
/
protobuf
/
HEAD
/
.
/
editions
/
codegen_tests
/
edition2023_naming_style_oneof.proto
blob: 8a35fb1eb2695d1bfe37a22a8f53233bfb382b38 [
file
]
edition
=
"2023"
;
// LINT: LEGACY_NAMES
package
protobuf_editions_test
.
edition2023
;
message
BadOneofMessage
{
oneof BAD_ONEOF_NAME
{
string
foo
=
1
;
string
bar
=
2
;
}
}