because I can write both `fun f() { … }` and `val ...
# language-proposals
n
because I can write both
fun f() { … }
and
val f = fun() { … }