Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
struct_field_mismatch_ref_err.out
7
lines
·
7
sloc
·
303 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/struct_field_mismatch_ref_err.vv:6:23: error: field is not reference but default value is reference
2
4 | struct SafeCounter {
3
5 | mut:
4
6 | mt sync.Mutex = sync.new_mutex()
5
| ~~~~~~~~~~~
6
7 | pub mut:
7
8 | value map[string]int
8