david.pacheco
07/04/2016, 2:06 PM{}
Argument(s) are different! Wanted:
service.getPrompts(
"token",
(test_something$2) Function1<com.example.model.Result<java.util.Set<? extends com.example.models.Prompt>, com.example.services.ServiceError>, kotlin.Unit>
);
-> at com.example.ActionTest.test_something(ActionTest.kt:35)
Actual invocation has different arguments:
service.getPrompts(
"token",
(createAction$1) Function1<com.example.Result<java.util.Set<? extends com.example.models.Prompt>, com.example.ServiceError>, kotlin.Unit>
);
I just don’t know to add that to an Any clause 😕