mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: check array and fields mutability
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
module time
|
||||
|
||||
pub struct StopWatch {
|
||||
mut:
|
||||
pause_time u64
|
||||
pub:
|
||||
pub mut:
|
||||
start u64
|
||||
end u64
|
||||
}
|
||||
|
Reference in New Issue
Block a user