1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/repl/error.repl

8 lines
118 B
Plaintext

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