-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Environment:
Reproduced in VSCode on Windows and Neovim on Termux(Android shell emulator)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working