E.g. in `fun myMethod(f: (Thing)->Result)` be a...
# intellij
n
E.g. in
fun myMethod(f: (Thing)->Result)
be able to Alt-Enter on Thing and automatically convert the signature to
fun myMethod(f: Thing.()->Result)
with all the call points inside myMethod fixed up. And the reverse: receiver to parameter