From e03dc18930c7f8e92b2f685ff39271698903dae5 Mon Sep 17 00:00:00 2001 From: fesily Date: Mon, 26 Feb 2024 12:46:41 +0800 Subject: update test --- test/hover/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/hover') diff --git a/test/hover/init.lua b/test/hover/init.lua index bed5828a..0cfce3a4 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -276,7 +276,7 @@ function string.lower(s: string|number) -> string ]] --- 根据传入值推测参数类型 +-- 不根据传入值推测参数类型 TEST [[ local function x(a, ...) end @@ -284,7 +284,7 @@ end (1, 2, 3, 4, 5, 6, 7) ]] [[ -function x(a: integer, ...any) +function x(a: any, ...any) ]] TEST [[ -- cgit v1.2.3