Skip to content

Commit a412270

Browse files
authored
Update basic.lua
1 parent 717d143 commit a412270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/template/basic.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ function setfenv(f, table) end
236236
---@field __eq fun(t1,t2):boolean
237237
---@field __lt fun(t1,t2):boolean
238238
---@field __le fun(t1,t2):boolean
239+
---@field __index table|fun(t,k)
239240
---@field __newindex table|fun(t,k,v)
240241
---@field __call fun(t,...)
241242
---#if VERSION > 5.1 or VERSION == JIT then

0 commit comments

Comments
 (0)