v/vlib/v/checker/tests/assign_expr_type_err_e.v

4 lines
45 B
V

fn main() {
mut foo := 'hello'
foo -= `a`
}