Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
scanner
/
tests
/
dec_consecutively_separator_err.out
5
lines
·
5
sloc
·
163 bytes
·
dbf84520f165410a843af2decab5dae7e056b837
Raw
1
vlib/v/scanner/tests/dec_consecutively_separator_err.vv:2:7: error: undefined ident: `_20`
2
1 | fn main() {
3
2 | _ := _20
4
| ~~~
5
3 | }
6