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 56e7ada commit b3acd8fCopy full SHA for b3acd8f
script/vm/compiler.lua
@@ -1055,7 +1055,7 @@ local function compileFunctionParam(func, source)
1055
local derviationParam = config.get(guide.getUri(func), 'Lua.type.inferParamType')
1056
if derviationParam and func.parent.type == 'local' and func.parent.ref then
1057
local refs = func.parent.ref
1058
- local finded
+ local found
1059
for _, ref in ipairs(refs) do
1060
if ref.parent.type ~= 'call' then
1061
goto continue
0 commit comments