We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如下定义,然后 return nil, 'some error'不会有波浪线提示错误
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
The text was updated successfully, but these errors were encountered:
d94e046
@sumneko 你好,3.5.6这个feature还是没有生效呢?
---@param x boolean ---@return number ---@overload fun(): boolean, boolean local function f(x) if x then return 1 else return false, false end end f()
Sorry, something went wrong.
等3.6.0
No branches or pull requests
如下定义,然后
return nil, 'some error'
不会有波浪线提示错误讨论见:
#1579
The text was updated successfully, but these errors were encountered: