blob: 927da5aedbffd2b8961f7b0f6594f97b148660a1 (
plain)
1
2
3
4
5
6
|
vlib/v/checker/tests/match_expr_empty_branch.vv:3:2: error: `match` expression requires an expression as the last statement of every branch
1 | _ := match true {
2 | true { 0 }
3 | false {}
| ~~~~~~~~
4 | }
|