Closed
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Annotations, Type Checking
Expected Behaviour
Getting an error because of the 3
Actual Behaviour
not getting an error
Reproduction steps
---@class cool_tbl
---@field test fun(): table<table<table<string,string>>>
local my_tbl = {
test = function()
return {
{ { "test", "test2" } },
{ { "test", 3 } },
}
end,
}
Additional Notes
No response
Log File
No response