-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
enhancementNew feature or requestNew feature or requestfeat/type checkRelated to the type checking featureRelated to the type checking feature
Milestone
Description
如下定义,然后 return nil, 'some error'
不会有波浪线提示错误
---@return string, number
---@overload fun(): nil, string
local function foo11()
do
return 'foo', 1
end
do
return nil, 'some error'
end
end
讨论见:
#1579
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat/type checkRelated to the type checking featureRelated to the type checking feature