I kicked this conversation off because of Keep #5 ...
# language-proposals
g
I kicked this conversation off because of Keep #5 (https://github.com/Kotlin/KEEP/issues/5), I want this:
Copy code
on(someObject::doSomething).thenReturn { it.name + "-was-mocked!" }
with destructured lambdas I can have (the lambda equivalent) of that