Sign in
flutter
/
third_party
/
protobuf
/
2559e78aa30732cb3a1b64e08db2db757ee2ce08
/
.
/
tests
/
json
/
enum_from_separate_file.proto
blob: ceb9b42aa1c568dbd388f3887d3cc5fbfa527be4 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
import
"tests/json/test.proto"
;
package
upb
.
test
.
json
;
message
ImportEnum
{
optional
MyEnum
e
=
1
;
}