mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
fix defer_test
This commit is contained in:
parent
c9886e6f42
commit
02eee49d25
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ fn set_num(i int, n mut Num) {
|
|||
if i < 5 {
|
||||
return
|
||||
} else {
|
||||
n.val+=1
|
||||
n.val++
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue