v/vlib/v/checker/tests/shift_op_wrong_left_type_er...

3 lines
32 B
V

fn main() {
println(0.5 << 1)
}