Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
if_expr_option_err.out
7
lines
·
7
sloc
·
240 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/if_expr_option_err.vv:6:5: error: non-bool type `?bool` used as if condition
2
4 |
3
5 | fn main() {
4
6 | if get_bool() {
5
| ~~~~~~~~~~
6
7 | println('Using plain lists')
7
8 | }
8