v/vlib/v/fmt/tests/enums_expected.vv

10 lines
63 B
V

pub enum PubEnum {
foo
bar
}
enum PrivateEnum {
foo
bar
}