Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
unwrapped_option_infix.out
5
lines
·
5
sloc
·
193 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/unwrapped_option_infix.vv:5:9: error: `?string` cannot be used as `string`, unwrap the option first
2
3 | }
3
4 |
4
5 | println(test() == '')
5
| ~~~~~~
6