v/vlib/v/checker/tests/mod_op_wrong_right_type_err...

5 lines
42 B
V

fn main() {
a := map[string]int
1 % a
}