Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
map_unknown_value.out
5
lines
·
5
sloc
·
199 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/map_unknown_value.vv:2:9: error: unknown type `DoesNotExist`
2
1 | struct App {
3
2 | my_map map[string]DoesNotExist
4
| ~~~~~~~~~~~~~~~~~~~~~~~
5
3 | }
6