Sign in
flutter
/
third_party
/
protobuf
/
1123c8a4ebb7ac3eb2ce4ad2456e58ccf94930de
/
.
/
protos_generator
/
tests
/
naming_conflict.proto
blob: 35c57e3cb8d034386f8c02de913efd6b479bcce0 [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
protos_generator
.
test
;
message
HasChildCount
{
optional
HasChildCount
has_child_count
=
1
;
optional
int32
child_count
=
2
;
}