We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team,
I got a stupid error so that I can't compile the generatedMocks.swift. Finally I found the root cause is my function has more than 8 input parameters.
public func call<IN1, IN2, IN3, IN4, IN5, IN6, IN7, IN8, OUT>(_ method: String, parameters: (IN1, IN2, IN3, IN4, IN5, IN6, IN7, IN8), original: ((IN1, IN2, IN3, IN4, IN5, IN6, IN7, IN8) -> OUT)? = nil) -> OUT { return callInternal(method, parameters: parameters, original: original) }
The text was updated successfully, but these errors were encountered:
Hi @ttmdung203 , this was fixed in 0.10.2. Enjoy! :)
0.10.2
Sorry, something went wrong.
No branches or pull requests
Hi team,
I got a stupid error so that I can't compile the generatedMocks.swift.
Finally I found the root cause is my function has more than 8 input parameters.
The text was updated successfully, but these errors were encountered: