vlib/v/parser/tests/map_init_void.vv:2:18: error: map value type is missing: use `map[KeyType]ValueType` 1 | fn main() { 2 | m := map[string]{} | ^ 3 | }