v2 / vlib / v / checker / tests / expr_evaluated_but_not_used.out
7 lines · 7 sloc · 233 bytes · 14d378c33043f51c371a4f154249d323b9bc5a3a
Raw
1vlib/v/checker/tests/expr_evaluated_but_not_used.vv:7:3: warning: expression evaluated but not used
2 5 | println(3)
3 6 | println(4)
4 7 | 5
5 | ^
6 8 | }
7 9 | println('works')
8