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