mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: obey [ref_only] tag, allow embedding in other ref struct (#8707)
This commit is contained in:
@@ -127,6 +127,7 @@ const (
|
||||
'vlib/v/tests/module_test.v',
|
||||
'vlib/v/tests/operator_overloading_with_string_interpolation_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/v/tests/ref_struct_test.v',
|
||||
'vlib/v/tests/repl/repl_test.v',
|
||||
'vlib/v/tests/semaphore_test.v',
|
||||
'vlib/v/tests/shared_arg_test.v',
|
||||
|
||||
Reference in New Issue
Block a user