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

vrepl: fix error for exitasdfasdf in repl (fix #14593) (#14598)

This commit is contained in:
yuyi
2022-06-03 00:59:57 +08:00
committed by GitHub
parent 9f7656f328
commit 251716fa0e
2 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
exitasdfasdf
===output===
error: undefined ident: `exitasdfasdf`
5 | import math
6 |
7 | println(exitasdfasdf)
| ~~~~~~~~~~~~