This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-13 22:42:26 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
43fbc68f1e
v
/
vlib
/
v
/
checker
/
tests
/
assign_expr_channel_push.vv
Lucas Jenß
43fbc68f1e
checker: disallow
<-
(channel push) on right-hand side of assignment (
fix
#12309
) (
#12321
)
2021-10-27 17:53:50 +03:00
2 lines
33 B
V
Raw
Blame
History
ch
:=
chan
f64
{
}
_
:=
ch
<-
4.56
Reference in a new issue
View git blame
Copy permalink