diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 17:27:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 17:27:21 +0800 |
commit | 693226b24fb0888c12e89e6b413bf21522eed423 (patch) | |
tree | 76e273299c5065bfc3fc958894721bcd0712d3f2 /meta/template/basic.lua | |
parent | 600f5e09cd79585aba80ee692ca0a0995b874451 (diff) | |
download | lua-language-server-693226b24fb0888c12e89e6b413bf21522eed423.zip |
limit cross file
Diffstat (limited to 'meta/template/basic.lua')
-rw-r--r-- | meta/template/basic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 7a42ab74..bb1464d6 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -137,6 +137,7 @@ function next(table, index) end ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V ---@return T +---@return nil function pairs(t) end ---#DES 'pcall' |