Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
select_bad_key_4.out
7
lines
·
7
sloc
·
253 bytes
·
1bc906357319d2fd72399868b18bcc353639ab59
Raw
1
vlib/v/parser/tests/select_bad_key_4.vv:7:8: error: select key: `<-` operator expected
2
5 | println(b)
3
6 | }
4
7 | c := -a {
5
| ^
6
8 | println("shouldn't get here")
7
9 | }
8