mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: more default field fixes
This commit is contained in:
@ -7,7 +7,7 @@ const (
|
||||
|
||||
struct Counter {
|
||||
mut:
|
||||
counter u64 = 0
|
||||
counter u64
|
||||
}
|
||||
|
||||
// without proper syncronization this would fail
|
||||
|
Reference in New Issue
Block a user