v/vlib/v/checker/tests/go_expr.out

6 lines
151 B
Plaintext

vlib/v/checker/tests/go_expr.vv:2:5: error: expression in `go` must be a function call
1 | fn main() {
2 | go 1
| ^
3 | }