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
4b48bece20
v
/
vlib
/
v
/
checker
/
tests
/
match_undefined_cond.vv
11 lines
105 B
V
Raw
Blame
History
type
Asd
=
int
fn
main
(
)
{
res
:=
match
Asd
{
1
{
'
f
o
o
'
}
2
{
'
t
e
s
t
'
}
else
{
'
'
}
}
_
=
res
}
Reference in New Issue
View Git Blame
Copy Permalink