Sign in
flutter
/
third_party
/
protobuf
/
1123c8a4ebb7ac3eb2ce4ad2456e58ccf94930de
/
.
/
protos_generator
/
tests
/
legacy-name.proto
blob: 86852190088c69371c19a4316be76a1e9161f31f [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
protos_generator
.
test
;
// option java_multiple_files = true;
enum
LegacyEnum
{
PHASE_DEFAULT
=
0
;
PHASE_BUSY
=
1
;
}