v/vlib/v/tests/repl/error.repl

7 lines
107 B
Plaintext

println(a)
===output===
.vrepl.v:2:9: error: undefined: `a`
1 |
2 | println(a)
| ^