-
-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)feat/genericRelated to generic emulation featureRelated to generic emulation feature
Description
As far as I know, it is not possible to use @generic
in @overload
?
I have a table Object
that has a __call
metamethod, so class Object can be used as function: Object()
== Object:new()
... And I want to overload class Object with function new()
. This function use generics 🤯
Miqueas, a2, Mayron, eigenbom, lmburns and 9 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)feat/genericRelated to generic emulation featureRelated to generic emulation feature