lua-language-server
lua-language-server copied to clipboard
An unknown symbol is used instead of a dot
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