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

4 lines
60 B
Plaintext
Raw Normal View History

println(a)
===output===
2019-10-20 09:19:37 +02:00
.vrepl.v:2:9: undefined symbol: `a`