v2 / vlib / v / slow_tests / repl / error.repl
7 lines · 7 sloc · 118 bytes · 175ede54b6f576e468011b7c198f1ce57324487e
Raw
1println(a)
2===output===
3error: undefined ident: `a`
4 5 | import math
5 6 |
6 7 | println(a)
7 | ^
8