-
-
Notifications
You must be signed in to change notification settings - Fork 384
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?
Linux
What is the issue affecting?
Type Checking
Expected Behaviour
It seems to be a regression, as it worked just fine a few weeks ago.
The parameters I used should be accepted.
Actual Behaviour
Reproduction steps
Try something like this:
---@class some_thing
---@field test string|string[]
---@param s some_thing
function test(s)
end
test({test = {"dd"}})
Additional Notes
None
Log File
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working