type inference usually only works with expressions...
# announcements
k
type inference usually only works with expressions like
fun foo() = /* expression here */
and if your expression becomes so big that you are worried it will slow down the compiler, maybe it's time to convert it into a method body anyway