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
---@param param string function f1(param) end f1("str")
---@param param string|number function f2(param) end f2(1) f2("str")
---@param param number|table function f3(param) end f3(2) f3({3})
第二种情况出现了type mismatch警告
类型匹配
none
The text was updated successfully, but these errors were encountered:
283a4f8
tangzx
No branches or pull requests
Environment(环境)
What are the steps to reproduce this issue?(重现步骤?)
What happens?(出现什么问题?)
第二种情况出现了type mismatch警告
What were you expecting to happen?(期望?)
类型匹配
Any logs, error output, etc?(有没有什么log, error输出?)
none
Any other comments?(其它说明)
none
The text was updated successfully, but these errors were encountered: