`fun a() = nnnn` is the same as `fun a() { return ...
# announcements
o
fun a() = nnnn
is the same as
fun a() { return nnnn }