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

v.gen.c: fix fn variadic of reference param (#11115)

This commit is contained in:
yuyi
2021-08-10 15:36:11 +08:00
committed by GitHub
parent e7b8cf17e5
commit 11794039e2
4 changed files with 37 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ const (
'vlib/builtin/int.v' /* TODO byteptr: vfmt converts `pub fn (nn byteptr) str() string {` to `nn &byte` and that conflicts with `nn byte` */,
'vlib/builtin/string_charptr_byteptr_helpers.v' /* TODO byteptr: a temporary shim to ease the byteptr=>&byte transition */,
'vlib/v/tests/interop_test.v', /* bad comment formatting */
'vlib/v/tests/vargs_reference_param_test.v', /* variadic reference params */
'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */
]
vfmt_verify_list = [