diff options
author | fesily <fesil@foxmail.com> | 2023-05-22 15:48:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 15:48:33 +0800 |
commit | a41227005417301dcf2f2d93abcba8ed3521901c (patch) | |
tree | a4dd4d3e52eaaf85d986ba99967bcd36cd22d412 /meta/template | |
parent | 717d143f6bd6cea14f4cd2e4d244432115563d09 (diff) | |
download | lua-language-server-a41227005417301dcf2f2d93abcba8ed3521901c.zip |
Update basic.lua
Diffstat (limited to 'meta/template')
-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 05c63188..7004cc44 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -236,6 +236,7 @@ function setfenv(f, table) end ---@field __eq fun(t1,t2):boolean ---@field __lt fun(t1,t2):boolean ---@field __le fun(t1,t2):boolean +---@field __index table|fun(t,k) ---@field __newindex table|fun(t,k,v) ---@field __call fun(t,...) ---#if VERSION > 5.1 or VERSION == JIT then |