so that we get the kotlin style `object.method(arg...
# language-proposals
g
so that we get the kotlin style
object.method(arg1, arg2) { implementation-of-arg3 }
and
object.method { implementation-arg }
style instead of having to nest brackets and braces