Sign in
mojo
/
mojo-tools
/
c7f9e258b4eaa5f71908400e9630777db52afd03
/
.
/
mojo
/
public
/
interfaces
/
bindings
/
tests
/
test_enums.mojom
blob: 1f77f6f446235f8e4270047c2b5ec6a703862167 [
file
]
[
DartPackage
=
"_mojo_for_test_only"
]
module
mojo
.
test
;
enum
TestEnum
{
TEST
=
0
,
V
=
1
,
FOO
=
2
,
BAR
=
3
};