-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
questionUser has a questionUser has a question
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?
Type Checking
Expected Behaviour
t2 and t4 is expected to be defined as Test
Actual Behaviour
Reproduction steps
---@alias Test
---|test1
---|test2
---@type Test
local t1, t2;
local t3, t4; ---@type TestAdditional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
questionUser has a questionUser has a question



