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 for f ?
Also, any plans to make a new release soon for #1556?