v/vlib/v/checker/tests/assign_expr_type_err_d.v

4 lines
42 B
V

fn main() {
mut foo := 1.5
foo /= true
}