You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the fields from the parent class to be required
Actual Behaviour
The fields from the parent class are not required
Reproduction steps
---@classAnimal---@fieldnamestring---@fieldagenumber---@classDog:Animal---@fieldbreedstring---@typeDoglocalmyDog= { -- Should throw missing fields error for "name" and "age"breed="Labrador"
}
Additional Notes
Log File
n/a
The text was updated successfully, but these errors were encountered:
And I see that @Riddle1001 you had reacted with 👍 to both of the above issues, why do you still open another duplicate issue 😅 ?
With so many issues left opened and some of them are even duplicated, it will make maintainers harder to track and fix.
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?
Diagnostics/Syntax Checking
Expected Behaviour
Have the fields from the parent class to be required
Actual Behaviour
The fields from the parent class are not required
Reproduction steps
Additional Notes
Log File
n/a
The text was updated successfully, but these errors were encountered: