mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix error pos on default value (#6338)
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
pub struct WyRandRNG {
|
||||
mut:
|
||||
state u64 = util.time_seed_64()
|
||||
has_extra bool = false
|
||||
has_extra bool
|
||||
extra u32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user