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