-
-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Labels
enhancementNew feature or requestNew feature or requestfeat/type checkRelated to the type checking featureRelated to the type checking feature
Milestone
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat/type checkRelated to the type checking featureRelated to the type checking feature