v/vlib/v/checker/tests/direct_map_alias_init_err.vv

6 lines
62 B
V

type WordSet = map[string]bool
fn main() {
_ := WordSet{}
}