v/vlib/v/checker/tests/dump_of_void_expr.out

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())
| ~~~~~