-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't workingfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)
Description
Describe the bug
---@as type dosen`t work in loop
To Reproduce
---@type ExpandUIView
local a;
-- ---@type ExpandUIView
-- local expandUI;
for index, value in ipairs(nil) do
---@type ExpandUIView
local expandUI;
end
expandUI type is unkonw
Environment (please complete the following information):
- OS: Windows
- Client:VSCode
- v3.2.3
sewbacca
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)