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

7 lines
118 B
Text

println(a)
===output===
error: undefined ident: `a`
5 | import math
6 |
7 | println(a)
| ^