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
I believe sumneko is currently on vacation, so there will not be a release in the next couple of days, but hopefully when they return 🙂. If you'd like in the meantime, you can unzip the following into your meta/3rd directory. busted-luassert.zip
Given this:
@field Then fun(self:Task, f:fun(...:any?):any, arg1:any?, ...:any?):Task
how do I make
arg1
and...
be seen as additional arguments to the f-function instead of return types of the f-function?Is there a token I can insert after
f:fun(...:any?):any
to tell the parser that it has reached the end of the return types forf
?Also, any plans to make a new release soon for #1556?
The text was updated successfully, but these errors were encountered: