Let me see if I can find it, but structure may have changed somewhat. In the meantime, one trivial case that comes to mind is if you're overriding a subclass's function with a passed in lambda with the same signature it might be interesting to have
override fun someOverridenMethod by lambdaParameter
it doesn't really save very much though.