v/vlib/v/checker/tests/unwrapped_optional_infix.out

7 lines
197 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/unwrapped_optional_infix.vv:5:9: error: unwrapped optional cannot be used in an infix expression
3 | }
2020-12-29 15:10:55 +01:00
4 |
5 | println(test() == "")
| ~~~~~~~~~~~~