v/vlib/v/checker/tests/map_unknown_value.vv

4 lines
50 B
V

struct App {
my_map map[string]DoesNotExist
}