Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
fn_call_arg_mismatch_err_c.out
7
lines
·
7
sloc
·
348 bytes
·
f6844e97661d55094833fd8a0e44589aeca62ebf
Raw
1
vlib/v/checker/tests/fn_call_arg_mismatch_err_c.vv:13:18: error: `os.chdir(files)!` (no value) used as value in argument 1 to `os.ls`
2
11 | println(files)
3
12 | } else {
4
13 | println(os.ls(os.chdir(files)!)!)
5
| ~~~~~~~~~~~~~~~~
6
14 | }
7
15 | println(files)
8