diff options
author | fesily <fesil@foxmail.com> | 2024-02-21 15:02:35 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2024-02-21 15:02:35 +0800 |
commit | adfac399b1815731de6f12af1fc3e38516969dc7 (patch) | |
tree | 71e37068805d188313ccd56ef6fcee1b3a31ef72 /test/code_action | |
parent | eab7e6d84bd2bd937cf2e27e9da11a3c96c45605 (diff) | |
download | lua-language-server-adfac399b1815731de6f12af1fc3e38516969dc7.zip |
add infer function param type
Diffstat (limited to 'test/code_action')
-rw-r--r-- | test/code_action/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/code_action/init.lua b/test/code_action/init.lua index 264cfacf..75c116a4 100644 --- a/test/code_action/init.lua +++ b/test/code_action/init.lua @@ -49,6 +49,7 @@ function TEST(script) end end +---@param testfiles [string, {path:string, content:string}] local function TEST_CROSSFILE(testfiles) local mainscript = table.remove(testfiles, 1) return function(expected) |