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
Describe the bug the type of variables have not been correctly filled in
To Reproduce
local t ---@type table<string, number> for key, value in pairs(t) do print(key, value) --key or value is unknown end
Screenshots
Environment: Reproduced in VSCode on Windows and Neovim on Termux(Android shell emulator)
The text was updated successfully, but these errors were encountered:
I can not reproduce it, please provide your log
EDIT:I can reproduce with the key now
Sorry, something went wrong.
ea1c519
No branches or pull requests
Describe the bug
the type of variables have not been correctly filled in
To Reproduce
Screenshots
Environment:
Reproduced in VSCode on Windows and Neovim on Termux(Android shell emulator)
The text was updated successfully, but these errors were encountered: