v2 / vlib / v / slow_tests / repl / error_nosave.repl.skip
9 lines · 9 sloc · 115 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1a
233
3===output===
4error: undefined ident: `a`
5 5 | import math
6 6 |
7 7 | println(a)
8 | ^
933
10