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

6 lines
154 B
Plaintext
Raw Normal View History

2021-03-06 18:09:28 +01:00
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())
| ~~~~~