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.
1 parent 82c004e commit 155f831Copy full SHA for 155f831
script/vm/compiler.lua
@@ -1035,7 +1035,6 @@ end
1035
local function compileFunctionParam(func, source)
1036
-- local call ---@type fun(f: fun(x: number));call(function (x) end) --> x -> number
1037
local funcNode = vm.compileNode(func)
1038
- local hasDocArg
1039
for n in funcNode:eachObject() do
1040
if n.type == 'doc.type.function' then
1041
for index, arg in ipairs(n.args) do
0 commit comments