Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
unused_last_expr_stmt_in_if.out
7
lines
·
7
sloc
·
247 bytes
·
556244576dc2b45e7b711be3515bf4b0dcc22b10
Raw
1
vlib/v/checker/tests/unused_last_expr_stmt_in_if.vv:16:5: error: expression evaluated but not used
2
14 | if a.mode == .zz {
3
15 | println('hello')
4
16 | a.mode == .yy
5
| ~~~~~~~~~~~
6
17 | }
7
18 | }
8