-
-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Other
Expected Behaviour
Actual Behaviour
Reproduction steps
Core = {};
Core.Enum = {};
---@enum Test
Core.Enum.Test =
{
Test1 = 1;
Test2 = 2;
}
---@param a Test
local function test(a) end
local b = test(Core.Enum.Test.Test1)
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working