We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
related: #1667 I expected this to give an error
---@class cool_tbl ---@field test fun():string[] local my_tbl = { test = function() return { 2, { "test" }, } end, }