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

ast: fix formatting fn variadic of reference param (#11130)

This commit is contained in:
yuyi
2021-08-11 02:14:37 +08:00
committed by GitHub
parent 2ae77c1998
commit aceaaa681d
3 changed files with 28 additions and 2 deletions

View File

@ -34,7 +34,6 @@ 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 = [