Dumb question: how to mock this function? ``` inte...
# mockk
d
Dumb question: how to mock this function?
Copy code
interface MyI {
    fun CoroutineScope.mockMe()
}