v/vlib/compiler/tests/repl/error.repl
2019-10-20 10:19:37 +03:00

3 lines
60 B
Text

println(a)
===output===
.vrepl.v:2:9: undefined symbol: `a`