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
--- @generic T
--- @param ... T
--- @return T
local function foo(...) end
return foo
The text was updated successfully, but these errors were encountered:
mbekkomo
changed the title
Generic type not recognized if function expression returned immediately
Generic type is not recognized if function expression returned immediately
Mar 2, 2025
Workaround:
The text was updated successfully, but these errors were encountered: