v/vlib/v/checker/tests/assign_expr_type_err_i.v

4 lines
46 B
V

fn main() {
mut foo := 1.5
foo += 'hello'
}