summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTIMON_Z1535 <timon_z1535@e1.ru>2022-06-30 17:49:30 +0500
committerGitHub <noreply@github.com>2022-06-30 17:49:30 +0500
commitbf036d2199804237743c0fce6332888bf62a6fe5 (patch)
tree19e74a9869224cd43fc300477a44e8304e58d1b5
parent60da4be4e089d5bf542a3500bea2772b3bba280b (diff)
downloadlua-language-server-bf036d2199804237743c0fce6332888bf62a6fe5.zip
fix dofile returns all values `---@return any ...`
-rw-r--r--meta/template/basic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua
index 017a06d1..38e4e6e6 100644
--- a/meta/template/basic.lua
+++ b/meta/template/basic.lua
@@ -41,7 +41,7 @@ function collectgarbage(opt, arg) end
---#DES 'dofile'
---@param filename? string
----@return any
+---@return any ...
function dofile(filename) end
---#DES 'error'