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,
};