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

cgen: fix various issues concerning optionals (#9021)

This commit is contained in:
Uwe Krüger
2021-02-28 23:21:03 +01:00
committed by GitHub
parent d7252f4474
commit e937d6249c
8 changed files with 101 additions and 43 deletions

View File

@ -105,6 +105,7 @@ const (
'vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v',
'vlib/v/tests/interface_fields_test.v',
'vlib/v/tests/interface_variadic_test.v',
'vlib/v/tests/option_2_test.v',
'vlib/v/tests/orm_sub_struct_test.v',
'vlib/v/tests/ref_struct_test.v',
'vlib/v/tests/semaphore_test.v',