This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
196b01aef73fc2c550cb4cf66c739d9fde337002
v
/
vlib
/
v
/
checker
/
tests
/
match_expr_empty_branch.vv
shadowninja55
06a6a8e199
checker: check for empty branches in match expressions (
#10593
)
2021-06-28 19:32:28 +03:00
5 lines
42 B
V
Raw
Blame
History
_
:=
match
true
{
true
{
0
}
false
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink