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
ipairs
file1:
---@type string[] local ss for _, s in ipairs(ss) do print(s.find) end
file2:
-- -- -- for _, x in ipairs({} and {}) do print(x.xxx) -- `x` is infered as `string` end
The ipairs must at same line num Param 1 of ipairs in file2 must be binary or unary
The text was updated successfully, but these errors were encountered:
c7184a9
No branches or pull requests
file1:
file2:
The
ipairs
must at same line numParam 1 of
ipairs
in file2 must be binary or unaryThe text was updated successfully, but these errors were encountered: