mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix defer_test
This commit is contained in:
@ -21,7 +21,7 @@ fn set_num(i int, n mut Num) {
|
||||
if i < 5 {
|
||||
return
|
||||
} else {
|
||||
n.val+=1
|
||||
n.val++
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user