diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/template/basic.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 44f62a46..4a9360fd 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -251,6 +251,9 @@ function setfenv(f, table) end ---#if VERSION == JIT or VERSION == 5.2 then ---@field __ipairs (fun(t):(fun(t,k,v):(integer|nil),any))|nil ---#end +---#if VERSION >= 5.4 then +---@field __close (fun(t,errobj):any)|nil +---#end ---#DES 'setmetatable' ---@param table table |