Can I mockk a lambda like this: `mockk<((Int, I...
# mockk
d
Can I mockk a lambda like this:
mockk<((Int, Int, String) -> Thing)>()
? How could I get it to return `Thing`s with every?