This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
d14de5fdaf
v
/
vlib
/
v
/
tests
/
match_expr_with_one_branch_...
13 lines
114 B
V
Raw
Blame
History
enum
Color
{
red
}
fn
test_match_one_branch
(
)
{
col
:=
Color
.
red
match
col
{
.
red
{
assert
true
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink