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