v/vlib/v/checker/tests/left_shift_err.vv

5 lines
45 B
V

fn main() {
mut l := []int{}
l << 'test'
}