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'm trying to mock the interface with the function that has a vararg argument. Is there anything special should be done to do it or is it not supported?
The overriden function doesn't have a vararg modifier so I get a compilation error
The text was updated successfully, but these errors were encountered:
motorro
changed the title
Is anything special step should be taken to mock vararg functions?
Is any special step should be taken to mock vararg functions?
Mar 4, 2023
Hello!
I'm trying to mock the interface with the function that has a
vararg
argument. Is there anything special should be done to do it or is it not supported?The interface I try to mock:
Generated file:
The overriden function doesn't have a
vararg
modifier so I get a compilation errorThe text was updated successfully, but these errors were encountered: