Replies: 1 comment
-
There are a number of things generics cannot do currently. Generic classes are not yet supported, not sure about overloads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/LuaLS/lua-language-server/wiki/Annotations#overload says that I should use overload for anotation of
__call
, but I want to write a__call
with genericsBut the color of anotation seems not right:

is there any guide to write it correctly, or just not supported yet?
Beta Was this translation helpful? Give feedback.
All reactions