mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
vlib/v/checker/tests/dump_of_void_expr.vv:3:6: error: dump expression can not be void
|
|
1 | fn abc() {}
|
|
2 |
|
|
3 | dump(abc())
|
|
| ~~~~~
|