mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: apply stricter type checks to function args and return types
This commit is contained in:
@ -8,5 +8,5 @@ const (
|
||||
)
|
||||
// random returns a random time struct in *the past*.
|
||||
pub fn random() time.Time {
|
||||
return time.unix(rand.next(start_time_unix))
|
||||
return time.unix(rand.next(int(start_time_unix)))
|
||||
}
|
||||
|
Reference in New Issue
Block a user