We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe1dc3 commit 42dd28cCopy full SHA for 42dd28c
1 file changed
test/tests/nattlua/analyzer/metatable.lua
@@ -2701,6 +2701,12 @@ pending[[
2701
pending[==[
2702
local Maze = {}
2703
Maze.__index = Maze
2704
+ type Maze.@SelfArgument = {
2705
+ width = 0 .. inf,
2706
+ height = 0 .. inf,
2707
+ grid = {[0 .. inf] = 1 | 0},
2708
+ @MetaTable = Maze,
2709
+ }
2710
2711
function Maze:__tostring()
2712
local out = {}
0 commit comments