I actually think that was my case. I guess in the...
# random
d
I actually think that was my case. I guess in theory that could also be written as
override fun someOverridenMethod = lambdaParameter()
? I think the strongest argument I can come up with right now is that variable and class definitions can already use delegation, so it makes sense for methods to do so as well. (which I don't think is a good enough argument to justify adding it)