v/vlib/v/checker/tests/shift_op_wrong_right_type_e...

3 lines
32 B
V
Raw Normal View History

2020-04-20 14:49:26 +02:00
fn main() {
println(1 << 0.5)
2020-04-20 14:49:26 +02:00
}