For example, I have and interface with `fun get(co...
# getting-started
m
For example, I have and interface with
fun get(count: Int = 20): List<Item>
. I call
impl.get()
and I want to know that I expect 20 items.