mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix mut int test
This commit is contained in:
parent
199f4f006b
commit
888a43a684
@ -1,4 +1,4 @@
|
||||
panic: compilation failed: vlib/v/tests/inout/mut_int.v:1:12: error: mutable arguments are only allowed for arrays, maps, and structs
|
||||
vlib/v/checker/tests/mut_int.v:1:12: error: mutable arguments are only allowed for arrays, maps, and structs
|
||||
return values instead: `fn foo(n mut int) {` => `fn foo(n int) int {`
|
||||
1 | fn foo(mut x int) {
|
||||
| ^
|
||||
|
Loading…
Reference in New Issue
Block a user