v/vlib/v/parser/tests/expected_type_enum_err.vv

8 lines
65 B
V

module main
enum Test { bar }
fn main() {
if `c` == .bar {}
}