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:
@ -18,7 +18,7 @@ mut:
|
||||
close_callbacks []CloseEventHandler
|
||||
pub:
|
||||
port int
|
||||
is_ssl bool = false
|
||||
is_ssl bool
|
||||
pub mut:
|
||||
ping_interval int = 30 // in seconds
|
||||
state State
|
||||
|
Reference in New Issue
Block a user