From a41227005417301dcf2f2d93abcba8ed3521901c Mon Sep 17 00:00:00 2001 From: fesily Date: Mon, 22 May 2023 15:48:33 +0800 Subject: Update basic.lua --- meta/template/basic.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/template') 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 -- cgit v1.2.3