Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
if_expr_with_none_only.vv
3
lines
·
3
sloc
·
51 bytes
·
2cd1f6e924ed91e30a25cc6621b301aa9b0a3f77
Raw
1
fn main() {
2
a := if true { none } else { none }
3
}
4