diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-30 02:42:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-30 02:42:02 +0800 |
commit | 635b266a9188cf87ae856a21308347c113c52250 (patch) | |
tree | 76e9d80067b2b602f0b686cf25f655a3da871f09 /test/hover/init.lua | |
parent | baa04101dfe6ce82046ec53eb7b52cedb02876ba (diff) | |
download | lua-language-server-635b266a9188cf87ae856a21308347c113c52250.zip |
update
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index f6172aa1..9cb24d3d 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -272,9 +272,8 @@ TEST [[ local type w2l:get_default()[<?type?>] ]] -"local type: any" +"local type: unknown" --- TODO 可选参数(或多原型) TEST [[ <?load?>() ]] |