mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
wrap up the new mut check
This commit is contained in:
parent
ceb0139329
commit
2ac579ca0a
5 changed files with 5 additions and 3 deletions
|
@ -109,7 +109,7 @@ fn test_repeat() {
|
|||
assert aa[9] == f32(1.1)
|
||||
}
|
||||
{
|
||||
mut aa := [f64(1.1) ; 10]
|
||||
aa := [f64(1.1) ; 10]
|
||||
assert aa[0] == f64(1.1)
|
||||
assert aa[5] == f64(1.1)
|
||||
assert aa[9] == f64(1.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue