v/vlib/v/checker/tests/assign_expr_type_err_a.v

4 lines
40 B
V

fn main() {
mut foo := 0.5
foo <<= 1
}