1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker/cgen: enable IfGuardExpr for a[k] and <-ch (#9065)

This commit is contained in:
Uwe Krüger
2021-03-03 09:10:38 +01:00
committed by GitHub
parent dad7c40306
commit dd475f4e37
6 changed files with 127 additions and 19 deletions

View File

@ -108,6 +108,7 @@ const (
'vlib/v/tests/go_call_generic_fn_test.v',
'vlib/v/tests/generics_test.v',
'vlib/v/tests/go_wait_2_test.v',
'vlib/v/tests/if_guard_test.v',
'vlib/v/tests/in_expression_test.v',
'vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v',
'vlib/v/tests/interface_fields_test.v',