Join Slack
Communities
Powered by
type inference usually only works with expressions...
# announcements
k
kirillrakhman
01/05/2016, 11:25 AM
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
Open in Slack
Previous
Next