Open
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
inheritance works, or error diagnostic
Actual Behaviour
inheritance doesnt work, no diagnostic
Reproduction steps
--- @class Foo<t>: { a: t; }
--- @class Bar: Foo<integer>
local x --- @type Bar
local what = x.a -- type is unknown
Additional Notes
seems like it just doesnt handle generic syntax in : here
?
Log File
No response