-
-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
as designedFunctioning as intended, will not be modifiedFunctioning as intended, will not be modified
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?
Diagnostics/Syntax Checking
Expected Behaviour
no warnning
Actual Behaviour
need check nil
Reproduction steps
local a = require("a")
local b1, b2 = require("b")
a:get()
b2:get(b1) -- warnning: need check nil
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
as designedFunctioning as intended, will not be modifiedFunctioning as intended, will not be modified