mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: check number of fields in short struct inits (#6280)
This commit is contained in:
@@ -32,7 +32,7 @@ pub fn dial_udp(laddr, raddr string) ?UdpConn {
|
||||
}
|
||||
|
||||
return UdpConn {
|
||||
sock
|
||||
sock: sock
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user